☠️
Utility
/kill
Instantly remove mobs, items, or players from the world.
At a glance
Syntax
Syntax
/kill [target]commandtargetcoordsvaluerequiredoptional
See it
What it does
The target is removed
Anatomy
Every part, explained
- 1
CommandRequired/killDeals fatal damage to its target.
- 2
TargetOptional[target]Who or what to remove. Defaults to YOU.
Your turn
Try it yourself
Playground
2 tokens · press Enter to run
Copy & paste
Examples
/kill @e[type=zombie]Wipe out every zombie.
/kill @e[type=item]Clean up dropped items on the floor.
/kill @e[type=!player]Remove everything except players.
Avoid these
Common mistakes
✕
/kill✓
/kill @e[type=item]With no target it kills YOU — always aim it.
✕
/kill zombie✓
/kill @e[type=zombie]Targets use selectors like @e, not bare names.
Keep going