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.
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 that include 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:
currency_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