How can I turn off animals in creative mode?

Is there a way to turn off animals in creative mode in minecraft? I have world edit installed.

0

5 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 deny

Using: WorldEdit and MV 2.5 b641

3

It turns out I was not playing on peaceful mode, when you do that, all the animals go away.

2

The following command stops spawning naturally:

/doMobSpawning false
1

You Might Also Like