Experience
There are two different ways the experience is converted into levels, etc at the moment.
Default
is the default way the experience part is calculated. When MyPet.LevelSystem.CalculationMode
is set to default
all pets will level up like normal players would level up like in Minecraft Pre-Snapshot 12w23a.This is the advanced way where you can create your own level behavior. When
MyPet.LevelSystem.CalculationMode
is set to JS
or JavaScript
the plugin uses the exp.js
in the MyPet-folder to calculate the required experience to levelup. In order to use this feature the plugin needs the rhino.jar inside the MyPet folder.Last modified 4yr ago