Rewards types
All you need to know about rewards types.
Available quests types
Standard types
COMMAND➜ The player will be receive some rewards commands.The commands are executed through the console, not as player. Supports
%player%,%required%, and%questName%placeholders.
EXP_POINTS➜ The player will be receive experience points.EXP_LEVELS➜ The player will be receive experience levels.MONEY➜ The player will be receive money.Works with all economy plugins compatible with Vault.
POINTS➜ The player will be receive points.Supported plugins: TokenManager, PlayerPoints
Plugins types
COINS_ENGINE
➜ The player will receive points for a specified currency.
Here is how looks the reward section:
reward:
reward_type: COINS_ENGINE
currency_label: "quests_coins"
currency_display_name: "&6&lQuests Coins" # name that will be used in the reward message to the player
amount: 500currency_label is basically the name of the file (without the .yml) in your CoinsEngine/currences folder.
currency_display_name is the text that will be used in the reward_coins_engine message sent to the player when the reward is given.
Need more types or plugins integrations ? Please make a suggestion on our Discord.
Last updated