Rewards
Explaining the system
Reward types
File structure
# The first value between [square brackets] is the reward type. See the full list in the docs (https://docs.synkdev.cc)
# The second is the percentage of chance that the person holding the anvil when the event finished has to get this specific rewards
# The third is the percentage of chance that the person who held the anvil the longest has to get this specific reward
# Some of that can be configured in the config.yml file.
# If you disabled reward-time in the config, you can leave the last value in square brackets to 0%
#
# Example: [CONSOLE] give %player% apple 64 [60] [30]
# Here, the last holder has 60% chance to get 64 apples, and the longest holger has 30% chance.
# MONEY type rewards require Vault to be installed on your server.
[MONEY] 1000 [100] [25]
[CONSOLE] give %player% enchanted_golden_apple 1 [100] [100]Last updated