1
Please help
I need to make animals not spawn. For someone reason doMobSpawn doesn't work so i really need help
9
/gamerule doMobSpawning False
or if you have a spigot/bukkit server you can disable it in server.properties
or if you have a spigot/bukkit server you can disable it in server.properties
Tip: a more descriptive title is better than "please help".
It's doMobSpawnING.
/gamerule doMobSpawning false
/gamerule doMobSpawning false
i did that and it still didnt work
First, try the command SnickerToodles recommended.
Then, look up how to kill every mob in your game. (Otherwise, just do /kill @e a few times.)
Then, look up how to kill every mob in your game. (Otherwise, just do /kill @e a few times.)
Thats the lame way >:3
R: /execute @e[type=!player] ~ ~ ~ tp ~ ~1 ~
C: /execute @e[type=!player] ~ ~ ~ particle cloud ~ ~ ~ 0 0 0 0.1 1
Thats how you do it ;)
R: /execute @e[type=!player] ~ ~ ~ tp ~ ~1 ~
C: /execute @e[type=!player] ~ ~ ~ particle cloud ~ ~ ~ 0 0 0 0.1 1
Thats how you do it ;)
In addition to what Rumbling said below: if you want to kill all mobs except yourself (it can be annoying if you lose your items) then just do: /kill @e[type=!player], that will kill all entities except players (such as yourself).
when you set doMobSpawn to false, you wont kill existing mobs. you will just stop them from spawning
if you do /kill @e you will kill all entities (including itemframes, minecart and you)
slimes will be degraded to the smaller size for every time you do the /kill
Hope this helps you! :)
if you do /kill @e you will kill all entities (including itemframes, minecart and you)
slimes will be degraded to the smaller size for every time you do the /kill
Hope this helps you! :)
I already did that and it didnt work
