How to stop mobs de-spawning?
Hi, I'm running a Purpur server, and use the Quests plugin to make quests. The issue is that, some quests involve the player fighting mobs. It will spawn mobs for them, and it requires the player to kill them.
The issue is that if the player dies, they return to their bed, the area unloads, and the mobs despawn. So when the player returns, they can nolonger complete the quest, as the mobs are gone. I have set the mobs to spawn with names, as I assumed name-tags make them perisstent. Is there a way to make the mobs remain? Or maybe keeping the chunks loaded until they complete the quest or the quest times out? Thanks!
5 Replies
Thanks for asking your question!
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
Make sure to mark solved when issue is solved!!!
/close
!close
!solved
!answered
Requested by nuttapillar#0
Bump
PersistenceRequired NBT data yeah
Or add it on summon with the same name
Minecraft Wiki
Command NBT tags
NBT tags can be specified for items and entities created with the /give and /summon commands. Each tag has the format : where describes what it does, and is what...
Thank you. I will try this when I have time.