Server side Fabric mod to remove ALL mobs from the server and prevent spawning
hello, I am looking for a Server side Fabric mod to remove ALL mobs from the server and prevent spawning (even from mod spawners)
12 Replies
Thanks for asking your question!
Once you have finished, please close your thread.
Make sure to provide as much helpful information as possible such as logs/what you tried and what your exact issue is
command to close
/close
!close
!solved
Requested by uranusdarkness#0
difficulty to peaceful?
I have to disable non hostile mobs as well
and keep the hunger system like in normal mode
/gamerule domobspawning false?
Server configs you can disable all passive and hostile mob spawns since it's a server
still allows to certain mobs to spawn: eg: piglins, mobs from spawners, bosses, etc
You can also disable bosses and spawners in configs
Idk what your using but I know paper has options for these
server.properties
- spawn-monsters: false
- spawn-animals: false
/gamerule doMobSpawning false
/difficulty peacefuli cannot change to peaceful since I have to maintain the default hunger system
Yeah, i am currently talking in their server since we are having issues and mobs are still spawning even after setting up the mod ðŸ˜ðŸ˜
But that’s the thing I have found that’s closest to what we need
oh yeah lol
fun fact
there is passive mob spawning that happens over time, then there is mob spawning that happens ONLY when a chunk first generates and it happens immediately
most mods and plugins that can stop mob spawns DO NOT stop chunk generation spawns