Creating Pets
How to create your own pet
The easiest way to create a pet is to copy and paste one of the premade pets in the pet folder. After you have pasted the file, just rename it to the name of the pet you want to create and edit the values within the file.
Example Pet
Be sure that your levelup-method and effects use the same Methods!
Levelup-Methods Arguments
As you can see in the example above it says PASSIVE:true:5, These args are for certain effects besides the 'true' bit
2st Arg = true/false (default = false) This is an option to not levelup with that method type, for example, if you set it to true. You will not level up the pet whenever the pet triggers
3rd Arg:
(Only for MINE effect) You can specify a certain type of block, ie if you put DIRT it will only trigger when you break a dirt block. If you don't put anything it will work with any block. Here is an example: MINE:false:DIRT
OR
(Only for PASSIVE effect) You can specify the delay during the passive task, so if you set it to 5 then it will make it so the passive effects run every 5s
Last updated
Was this helpful?