WARNING>>>> Make sure to delete your config.yml to get the new one
This update is a requested update, this update adds a new feature which is separate EXP Leveling, which means this can happen (Level-1: 500 level-2: 5000) basically it is not linear, be-careful tho as you have to write it up for every single level.
Example of what has been added to the config
Code (YAML):
#custom Leveling EXP, (use this method if you want non-linear leveling
#make sure you write EVERY level there is 10 examples if you do not write every level it will just be 0 exp
CustomLeveling
: false
Level-1
: 100
Level-2
: 200
Level-3
: 250
Level-4
: 500
Level-5
: 1000
Level-6
: 2000
Level-8
: 5000
Level-9
: 10000
Level-10
: 50000