How to kill a specific entity in minecraft
Andrew Patterson
Published Apr 27, 2026
This works with all mobs. It also works with different types of entities, for example /kill @e[type=Item]. You can also add a radius to it so that every mob with the right type in the area will be killed. /kill @e[type=Skeleton.r=20 for example. WARNING!
There are other answers below:
To find the entity name, type /summon and then press TAB to get a full list of entities. To kill them, type /kill @e[type=ENTITY] where ENTITY is your entity. To kill them at the coordinates, simply use the X, Y, and Z, tags. Your new command should look like this: /kill @e[type=Squid,x=831,y=65,z=-232]
Kill Command in Minecraft Nintendo Switch Edition. In Minecraft Nintendo Switch Edition, the /kill command has different syntaxes depending on who you would like to kill. To kill all entities (including your own player): /kill. To kill a specific player or mob: /kill
To kill all entities within 10 blocks: JE: kill @e[distance=..10] BE: kill @e[r=10] To kill all entities except players: kill @e[type=!player] To kill all creepers within 10 blocks: JE: kill @e[distance=..10,type=creeper] BE: kill @e[r=10,type=creeper] To kill all arrows that are stuck in a target: kill @e[type=arrow,nbt={inBlockState:{Name:”minecraft:target”}}] History []
execute x y z @e[r=d] kill @s. where x y z are coordinates and d is a radius in blocks withing which to select. The execute portion selects all entities within the radius of your specified coordinate. and runs the kill @s (kill self) command on all found.
Using the Command to Kill Everything. The first and the basic way to use the command is to kill all the entities of the game: Open the chatbox by pressing T on your keyboard. Type in the command: /kill @e and hit Enter. Every entity in the game, including yourself, dies after executing the command.
loop entites in radius 50 around player: if loop-entity is named “&c%loop-player%’s Skeleton”: kill loop-entity. sorry my bad english, i’m brasilian. i use google translator to tranlate some things XD. #4 DaviPatrick, Apr 9, 2018. + Quote Reply.
execute in minecraft:the_nether run kill @e[type=villager,distance=0..] The key here is distance=0.. . This says that the entity must be 0 or more blocks away.
How to kill an amount of entities with a certain tag. Search Search all Forums … invisible armour stands with a tag but its very quickly gets up to mote than 2000 which is almost enough to crash minecraft. How would I go about killing off armour stands if say there’s more than 500 so there’s always roughly 500 existing armour stands at any …
Kill Command. In all Minecraft editions, the command for killing everything in the world is “ /kill
- To find the entity name, type /summon and then press TABto get a full list of entities. To kill them, type /kill @e[type=ENTITY] where ENTITY is your entity.
- Similar search: how to summon an entity in minecraft
Related Questions
How to kill all entities within 10 blocks in Minecraft?
To kill all entities within 10 blocks: JE: kill @e [distance=..10] BE: kill @e [r=10] To kill all entities except players: kill @e [type=!player]
How do I kill all entitys in a certain area?
I want to kill all entitys only in a certain area in minecraft 1.13.2. How do I do it? where x y z are coordinates and d is a radius in blocks withing which to select. The execute portion selects all entities within the radius of your specified coordinate. and runs the kill @s (kill self) command on all found.
How do you kill a specific mob in Minecraft?
Kill a Type of Mob You can also use the /kill command to kill a particular type of mob. For example, if you are creating an adventure map in a superflat world, you might not want all of the slimes everywhere. In this example, we will kill all slimes in Minecraft 1.10 with the following command:
What does/kill do in minecart?
/kill @e [type=Skeleton.r=20 for example. WARNING! This next command is very dangerous and if you have complicated minecart/item frame/anything that envolves entities because this command kills EVERYTHING on the map.