#Killing mobs on unload
1 messages · Page 1 of 1 (latest)
or you force load the chunk, remove the entities and then unload it again
depends if he use the on chunk unload event then it is a constant loop if you unload it, that event will run again -- force load the chunk -- unload -- runs the on chunk unload event again
you can always stop that with a variable, that's the case with any infinite event loop