Creating a Reward
Understanding the Format
# MATERIAL - You know, something like DIAMOND_SWORD.
# MILESTONE_TYPE - This can either be once or interval.
# Once are ONE TIME rewards, interval happens every x blocks.
# AMOUNT - the amount of blocks or kills needed for this reward.
# REWARD_TYPE - This can either be commands: or enchants:
#
# for example:
# enchants:
# - sharpness:1
milestones:
<MATERIAL>:
<MILESTONE_TYPE>:
<AMOUNT>:
<REWARD_TYPE>:
- "context"Diamond Pickaxe Example Reward
Reward That Applies to Every Sword
Last updated