How to kill a certain entity in minecraft
Christopher Ramos
Published Mar 28, 2026

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:
discord: are just moldy c…
/kill
2. level 1. lvlint67. · 3y. 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. -2.
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.
To kill the player Steve: kill Steve; To kill item entities: kill @e[type=item] 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]
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 …
The command syntax in 1.13+ has changed quite a bit. A new command would read: /kill @e [type=minecraft:villager,distance=..3] The ‘..3’ counts any target at a distance of 3 blocks and under. ‘ 3..’ would thus be 3 blocks and over. More info: reply reply.
Make sure to use “..20” ( the two dots) to kill everything 20 blocks And closer. If there’s no dots it’ll only lol mobs that are exactly 20 blocks from you
- 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