LegendaryDailyQuests - English
  • โš™๏ธPlugin installation
  • Configurations
    • config.yml
    • Language.yml
  • Quest configuration
    • ๐Ÿ“œQuest Template
      • Create a new quest
    • ๐ŸŒฏQuest Rarity (V- 1.0.7 Update)
    • ๐ŸชŸQuest Objectives
    • โœ๏ธObjective value type
      • ๐Ÿ“œItem Objectives Write
    • ๐Ÿ—ž๏ธObjective Conditions
    • ๐Ÿ’ Quest Runs
    • ๐Ÿ“ฆCustomize a new quests cycle
  • Commands
    • ๐Ÿ”Commands ~ Permissions
    • PlaceholderAPI
    • Updates
Powered by GitBook
On this page
  • List
  • console_command
  • player_command
  • op_command
  • message
  • broadcast
  1. Quest configuration

Quest Runs

format: symbol;value (%player% is player name)

List

console_command

execute a command from console

reward:
  run:
  - console_command;eco give %player% 100
  ...

player_command

execute a command by player

reward:
  run:
  - player_command;spawn
  ...

op_command

execute a command with op permission

reward:
  run:
  - op_command;fly
  ...

message

send a message to player

reward:
  run:
  - message;&aYou are a good man๏ผ
  ...

broadcast

send a broadcast

reward:
  run:
  - broadcast;&aPlayer %player% is a good man๏ผ
  ...
PreviousObjective ConditionsNextCustomize a new quests cycle

Last updated 1 year ago

๐Ÿ’