Is there a way to turn off animals in creative mode in minecraft? I have world edit installed.
05 Answers
Set the game rule doMobSpawning to false.
/gamerule doMobSpawning false
You don't even need WorldEdit: just type /gamerule doMobSpawning false, and then type kill @e to kill everything that's alive. Once you respawn there will be no animals or mobs left.
You can use the WorldGuard mob-spawning flag:
/region flag __global__ mob-spawning denyUsing: WorldEdit and MV 2.5 b641
3It turns out I was not playing on peaceful mode, when you do that, all the animals go away.
2The following command stops spawning naturally:
/doMobSpawning false 1