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 | The food this pet-type eats. This setting must be a list of valid config items |
LeashItem: | string | The item this pet-type can be leashed with. This setting must be a valid config item |
LeashRequirements: | list | A list of valid Leash Requirements |
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 updated