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:
These settings are per MyPet-Type
<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
LeashItem:
string
The item this pet (type) can be leashed with. This setting must be a valid config item
CustomRespawnTimeFactor:
int
This setting allows to change the respawn times pet pet (type). The value will be added on top of the value from the main config.
CustomRespawnTimeFixed:
int
This setting allows to change the respawn times pet pet (type). The value will be added on top of the value from the main config.
Last updated
Was this helpful?