Create new rewards - AlonsoAliaga/AlonsoLevels GitHub Wiki
How to create new rewards?
To create new rewards simply follow the following format:
Normal: #This is the main section
1: #Select a different name. Make sure you use the same rewards.yml in all servers
Displayname: "{COLOR}YourNetwork Level Reward {LEVEL}" #Displayname
Min-level: 1 #Minimum level to claim reward
#This allows you to restrict this reward to be claimed ONLY in certain servers
#Use [] if it can be claimable in all servers
Servers: [] #Add servers if you want this claim only be available in that server(s)
Lore: #Custom lore. Up to you what to give, recommended to follow the format.
- ""
- "&8+&b100 &7Network Experience"
- ""
- "&8Experience will make you level up"
- "&8to unlock perks, features, multipliers"
- "&8and more!"
#PlaceholderAPI support (If available)
#Available additional placeholders:
# {PLAYER} replaced with player name
# {UUID} replaced with player uuid
# {REWARD_LEVEL} replaced with the level required for this reward
# {PLAYER_LEVEL} replaced with player level
# {WORLD} replaced with name of the world the player is
Commands:
- "alonsolevels addexp {PLAYER} 100 true"