Added ability to set the equation of given experience when the pet's ability is triggered
Added ability to set the equation of needed experience the pet requires to reach the next level
To do the following features please add the follow lines to your config.yml or regenerate it
Code (Text):
# Please do not edit these values if you do not know what you are doing...
# If this breaks your plugin you will have to regenerate this file
leveling:
needed-experience: "10 * level * (20 + level)" # This is how much experience is needed to levelup to the next level
experience: "(level * (5 + level) + 50)" # This is how much experience you will obtain when you trigger the pet
Please do not edit these sections if you do not know what you are doing
Changed how the chest pet is activated in the chest.yml (regen the pet file if you want the changes)
Thank you for reading this and have a nice day <3