MyPet 3.0
You can find an update guide here:
Update to 3.0Breaking changes
Skilltree format
MyPet now uses the JSON format for all skilltree files
A new and better editor is also included (doubleclick the jar file)
after selecting the skilltree folder (of your choice) it will open a new tab in your default webbrowser
The skilltree system got completely rewritten so old skilltrees can not be loaded with the new version
If you never changed the skilltrees you don't have to do anything
You can convert your old skilltrees with the new SkilltreeCreator
open the new SkilltreeCreator
select the folder you want to save your new skilltrees in
open the menu on the top left hand corner
select
Import Legacy Skilltreefollow the 3 steps of the wizard
hit the save button
upload the new
.st.jsonfiles to the skilltree folder on your server
Other changes
Fixed Ender Dragon interactions
improved EXP calculation system
JS files just need the
getExpByLevel(level, info)function nowyou don't have to do anything if you use a exp.js file
pets can level down if they die (can be enabled via the
Allow-Level-Drowngradesetting)some other longstanding bugs got fixed
Overhaul of the LeashFlag system
they work like before but there are more and some of them can be configured
also there are flags that require other plugins
New flags:
WorldflagWorld:<world name>:...Examples:
World:defaultWorld:default:nether
Sizeflagworks only for slimes and magma cubes
Size:min=<min size>:max=<max size>minis an optional parametermaxis an optional parameter
Size:<exact size>Examples:
Size:min=2Size:min=2:max=4Size:max=2Size:3
BelowHPflagchecks if a mob is below a certain health threshold
BelowHP:<health>[%]%is optional
Examples:
BelowHP:2BelowHP:2.5BelowHP:10%
Chanceflagwith this flag you can add a random factor to the leashing
Chance:<chance><chance>is the chance in percent (%)
Examples:
Chance:2Chance:50
mcMMOflagchecks if a player has a skill above a certain level
mcMMO:<job>=<level>:...if multiple jobs are specified all requirements must be fulfilled
Examples:
mcMMO:Mining=10mcMMO:Mining=2:Taming=25
MythicMobsflagchecks if a mob is from a specific MythicMob type
MythicMobs:<type name>:...Examples:
MythicMobs:SkeletalKnightMythicMobs:StaticallyChargedSheep:SkeletonKing
Last updated
Was this helpful?