1
1.14.4 kill command
Hi, I'm trying to kill all the rabbits in the world named "world." The /kill @e[type=minecraft:rabbit] or /kill @e[type=rabbit] commands aren't working, getting a [21:38:46 INFO]: Error: Player not found. I found this thread: https://github.com/EssentialsX/Essentials/issues/2319 which says that if you have EssentialsX, which I do, the command changes, but it still doesn't work. This time I get: [Sun, 8. Sep 2019 22:34:52 UTC INFO] Invalid value for <> (Acceptable types: projectiles, items, paintings, itemframes, boats, minecarts, tnt, xp, or all), acceptable values are projectiles, items, paintings, itemframes, boats, minecarts, tnt, xp, or all
[Sun, 8. Sep 2019 22:34:52 UTC INFO] Usage: /remove <> <>. Any help? TPS dropped and timings report says there are a lot of rabbits (and pillagers). I want to kill all the rabbits in the world and see if the TPS will go up. Plus I just want to know what the command is that works which will kill a certain type of mob in a world. Thanks!
[Sun, 8. Sep 2019 22:34:52 UTC INFO] Usage: /remove <> <>. Any help? TPS dropped and timings report says there are a lot of rabbits (and pillagers). I want to kill all the rabbits in the world and see if the TPS will go up. Plus I just want to know what the command is that works which will kill a certain type of mob in a world. Thanks!
9
if you have the worldedit plugin, use the / butcher commandYeah when I wrote the question I didn't have we working (had to update) but I still just want to know what the command is for non-we option.
`/kill @e[name="world"]`?
/kill @e[type=rabbit,name="world"]
Note it has a maximum distance of the server's chunk render distance from the player.
If it is entirely everywhere but you have people everywhere too do /execute as @a at @s run kill @e[type=rabbit,name=world]
Note it has a maximum distance of the server's chunk render distance from the player.
If it is entirely everywhere but you have people everywhere too do /execute as @a at @s run kill @e[type=rabbit,name=world]
just do /kill @e
/kill @e will literally kill every single entity in the world.
This is extremely bad advice which can topple entire servers you sadistiic troll
This is extremely bad advice which can topple entire servers you sadistiic troll
I think he knows. Already reported:malicious.
And how would that get rid of JUST the rabbits??
Do /kill @e[type=rabbit] won't kill everything just rabbits. :)
Do that in the world named "world".
Do that in the world named "world".
