Minecraft:Commands/kill: Difference between revisions
More actions
Sync: updated from Minecraft |
Sync: updated from Minecraft |
||
| Line 11: | Line 11: | ||
== Usage == | == Usage == | ||
Directly kills living targets compulsorily (directly removes the entity) and prompts | Directly kills living targets compulsorily (directly removes the entity) and prompts {{cd|Killed <entity display name>}}, or {{cd|<Killed <number> entities}} if multiple entities are killed, which is irrespective of any of the targeted mob(s)' protective effects ([[Minecraft:armor]], [[Minecraft:Protection]], and [[Minecraft:Resistance]]). However, the damage can be adjusted by the [[Minecraft:ender dragon]]. [[Minecraft:Totems of undying]] can't be triggered when their owner(s) die(s) because of this command. | ||
When the command kills mob(s), it issues the appropriate [[Minecraft:death message]]. Players and mobs killed this way [[Minecraft:Drops|drop loot]], and [[Minecraft:slime]]s and [[Minecraft: | When the command kills mob(s), it issues the appropriate [[Minecraft:death message]]. Players and mobs killed this way [[Minecraft:Drops|drop loot]], and [[Minecraft:slime]]s, [[Minecraft:magma cube]]s, and [[Minecraft:sulfur cube]]s that are not of minimum size spawn smaller ones. Non-mob entities disappear if they are targeted. | ||
{{IN|java}}, [[Minecraft:ender dragon]]s killed by this command will skip their death animation and immediately open the [[Minecraft:exit portal]]. | {{IN|java}}, [[Minecraft:ender dragon]]s killed by this command will skip their death animation and immediately open the [[Minecraft:exit portal]]. | ||
Latest revision as of 11:03, 15 July 2026
Template:Redirect Template:Infobox command
Kills and removes entities (players, mobs, items, etc.).
Usage
Directly kills living targets compulsorily (directly removes the entity) and prompts Template:Cd, or Template:Cd if multiple entities are killed, which is irrespective of any of the targeted mob(s)' protective effects (Minecraft:armor, Minecraft:Protection, and Minecraft:Resistance). However, the damage can be adjusted by the Minecraft:ender dragon. Minecraft:Totems of undying can't be triggered when their owner(s) die(s) because of this command.
When the command kills mob(s), it issues the appropriate Minecraft:death message. Players and mobs killed this way drop loot, and Minecraft:slimes, Minecraft:magma cubes, and Minecraft:sulfur cubes that are not of minimum size spawn smaller ones. Non-mob entities disappear if they are targeted.
Template:IN, Minecraft:ender dragons killed by this command will skip their death animation and immediately open the Minecraft:exit portal.
Template:IN, players in Minecraft:Creative mode cannot be killed using this command.
Syntax
- Java Edition
kill [<targets>]
- Bedrock Edition
kill [target: target]
Arguments
- Specifies the target(s) to kill. If not specified, defaults to the player who executed the command.
- Template:Arg desc
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table
Examples
- To kill the player executing the command:
kill @sorkill - To kill the player Steve:
kill Steve - To kill item entities:
kill @e[type=item] - To kill all entities except players (if there are too many entities, some won’t be killed.) :
kill @e[type=!player] - To kill all creepers within 10 blocks:
- Template:El:
kill @e[distance=..10,type=creeper] - Template:El:
kill @e[r=10,type=creeper]
- Template:El:
- To kill all arrows that are stuck in a Minecraft:target:
kill @e[type=arrow,nbt={inBlockState:{Name:"minecraft:target"}}]Template:Only
History
Java Edition
Bedrock Edition
External links
Minecraft:de:Befehl/kill Minecraft:es:Comandos/kill Minecraft:fr:Commandes/kill Minecraft:it:Comandi/kill Minecraft:ja:コマンド/kill Minecraft:ko:명령어/kill Minecraft:pt:Comandos/kill Minecraft:ru:Команды консоли/kill Minecraft:uk:Команди консолі/kill Minecraft:zh:命令/kill