This update has the ability to change rewards when you level up
***Each level will have the same reward in a future update there will be per level rewards***
Killing for EXP (Player Kills not mobs):
Code (Text):
#Killing for EXP
#default is false
KillEXP: false
#if set to true how much exp per kill
KillAmount: 10
Changing Max Level:
Code (Text):
#Starting Level on first join
Level: 1
#Max Level before Prestige Default is 100
MaxLevel: 100
Custom Rewards:
Must Have PermissionsEX: false
Code (Text):
#If your using PermissionsEX and wanna use the build in rewards
#Permission reward per level up: level.{whatever level they have}
#Permission reward for prestige: prestige.1.level.{whatever level they have}
PermissionsEX: false
#Custom Rewards make sure permissionsex is false or it will not work
Rewards:
#Example - help
# - give %player% diamond 1
# Warning Awards will be giving out for every level up per level rewards will be added in the furture of this plugin
- say %player% diamond 1
MUST DELETE CONFIG FROM PREVIOUS VERSION OR PLUGIN WILL BREAK