T
The Daily Insight

How to kill an entity in minecraft

Author

Andrew Patterson

Published May 09, 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:

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 []

/kill In Minecraft Java Edition (PC/Mac) 1.8, 1.9, 1.10, 1.11 and 1.12, the /kill command has different syntaxes depending on who/what you would like to kill. To kill all entities (including your own player): /kill. To kill a specific player or mob: /kill

The “ /kill ” command can be used to remove any entity from the game, including players, mobs, drops, and other items, useful or not. It …

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.

2./kill @e[type=ArmorStand,tag=def,score_abc_min=100] The following command kills an armorstand tagged def, and kills it after about 10 seconds.

Having 1,000 entities above y:1 lags my game nice and hard, but dropping them all into the void removes that lag. The entities will keep falling, however. The entity count on the F3 screen remains at 1,000 total (looking in the direction they fall, the count is 0), even when re-loading the world.

An alternative to this, is using Entity#playEffect-EntityEffect, passing the DEATH constant as parameter; I’m not sure, though, on how safe this is for a proper entity erasing, so I suggest eventually making some test like combining this method to the health setter of the damageable interface.

Typing just /kill will kill every entity in a loaded area, including your armor, stands, minecarts, and even your own player. To prevent killing your own player, make sure to limit the command …

  • 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 does/kill () work with entities?

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.

How to find the entity name and kill it?

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.

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: