Netherite sword

Minecraft Kill Command Generator

A bare /kill removes the executor, and /kill @e removes literally everything — item frames, armor stands and dropped items included. The selector is the whole command, so build it precisely: filter by type, name, tag or distance, and test the same selector with /execute if entity before running the destructive form.

  • Target selector with type, name, tag and distance filters
  • kill @e[type=item] clears dropped items without touching mobs
  • Pairs with the Execute generator to dry-run the selector first

Read the matching guide

FAQ

How do I remove dropped items without killing mobs?

/kill @e[type=item] targets only item entities. Filtering by type is the whole point of a safe /kill; a bare /kill @e removes everything, including armor stands, item frames and paintings.

Why did /kill remove more than I expected?

@e with no filter matches every entity in range. Always add type, tag, name or distance filters, and dry-run the same selector with /execute if entity first to see what it would hit.

Does a bare /kill kill the player who runs it?

Yes -- /kill with no selector targets the executor, so a player running it dies. Add an explicit selector to target something else.