pet-config.yml
Pet Configuration
The
pet-config.yml
file contains all MyPet-Type specific settings. All other settings can be found in the main config (config.yml).Setting | Type | Description |
MyPet: | | |
Pets: | | |
<MyPet-Type-Name>: | | |
HP: | double | The maximum HP the pet (type) has by default. |
Speed: | double | The running speed the pet-type has by default. ❗ Small changes have a massive impact on the speed ❗ |
Food: | list | |
LeashItem: | string | |
LeashRequirements: | list | |
CustomRespawnTimeFactor: | int | This setting allows to change the respawn times pet-type. This value will be added on top of the value from the main config. |
CustomRespawnTimeFixed: | int | This setting allows to change the respawn times pet-type. This value will be added on top of the value from the main config. |
ReleaseOnDeath: | bool | Whether or not the pet is released on death. |
RemoveAfterRelease: | bool | Whether or not the Mob is deleted after the pet is released. |
Last modified 3yr ago