Why my npcs keep disappearing?
Answer
If your NPCs are close to the spawn point of your server, they are likely affected by spawn protection, as they are considered entities and are prevented from spawning. To fix that follow the steps below:
Open the
server.properties
from the main directory of your server.Change the
spawn-protection= 16
to0
in order to disable the protection.Restart your server.
PreviousWhy proxy command is not working on Velocity?NextHow to make Essentials overwrite /spawn command?
Last updated
Was this helpful?