Currently, animals despawn as soon as there are no more players within range. In Vanilla, there is an isPersistent value for mobs so that they do not despawn. For animals, this is set to true by default.
The despawn behavior should be configurable in the config with the following options:
- Always despawn
- Only despawn if the mob has been interacted with
- Never despawn
Currently, animals despawn as soon as there are no more players within range. In Vanilla, there is an isPersistent value for mobs so that they do not despawn. For animals, this is set to true by default.
The despawn behavior should be configurable in the config with the following options: