Minecraft:Commands/kill: Difference between revisions
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{ | {{Redirect|Kill|the action of killing|Death}} | ||
{{Infobox command | {{Infobox command | ||
| name = kill | | name = kill | ||
| Line 5: | Line 5: | ||
* 2 {{only|java|short=1}} | * 2 {{only|java|short=1}} | ||
* 1 {{only|bedrock|short=1}} | * 1 {{only|bedrock|short=1}} | ||
| others = Cheat only{{only|bedrock|short=1}} | | others = [[Minecraft:Cheat]] only{{only|bedrock|short=1}} | ||
}} | }} | ||
Kills and removes entities (players, mobs, items, etc.). | Kills and removes [[Minecraft:Entity|entities]] (players, mobs, items, etc.). | ||
== Usage == | == Usage == | ||
Directly kills living targets compulsorily (directly removes the entity) and prompts <code>Killed <entity display name></code>, or <code>Killed <number> entities</code> if multiple entities are killed, which is irrespective of any of the targeted mob(s)' protective effects ([[Minecraft:armor]], Protection and Resistance). However, the damage can be adjusted by the ender dragon. Totems of undying can't be triggered when their owner(s) die(s) because of this command. | Directly kills living targets compulsorily (directly removes the entity) and prompts <code>Killed <entity display name></code>, or <code>Killed <number> entities</code> 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 death message. Players and mobs killed this way drop loot, and | 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:magma 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|bedrock}}, players in [[Minecraft:Creative]] mode cannot be killed using this command. | ||
==Syntax== | ==Syntax== | ||
| Line 29: | Line 29: | ||
==Arguments== | ==Arguments== | ||
{{ | {{argument|targets|entity|target: target|CommandSelector<Actor>}} | ||
: Specifies the target(s) to kill. If not specified, defaults to the player who executed the command. | : Specifies the target(s) to kill. If not specified, defaults to the player who executed the command. | ||
: {{ | : {{arg desc|je=entity|amount=multiple|type=entities|be=actor}} | ||
==Result== | ==Result== | ||
| Line 45: | Line 45: | ||
==Output== | ==Output== | ||
{{ | {{Output table}} | ||
{{ | {{Output table|edition=je|On fail|0|0|0}} | ||
{{ | {{Output table|On success|1|1|the number of targeted entities}} | ||
{{ | {{Output table|edition=be|On fail|0}} | ||
{{ | {{Output table|On success|the number of entities that are killed}} | ||
{{ | {{Output table}} | ||
==Examples== | ==Examples== | ||
| Line 59: | Line 59: | ||
* To kill all entities except players (if there are too many entities, some won’t be killed.) : <code>kill @e[type=!player]</code> | * To kill all entities except players (if there are too many entities, some won’t be killed.) : <code>kill @e[type=!player]</code> | ||
* To kill all creepers within 10 blocks: | * To kill all creepers within 10 blocks: | ||
**{{ | **{{el|je|short=1}}: <code>kill @e[distance=..10,type=creeper]</code><br> | ||
**{{ | **{{el|be|short=1}}: <code>kill @e[r=10,type=creeper]</code> | ||
* To kill all arrows that are stuck in a [[Minecraft:target]]: <code>kill @e[type=arrow,nbt={inBlockState:{Name:"minecraft:target"}}]</code>{{only|je}} | * To kill all arrows that are stuck in a [[Minecraft:target]]: <code>kill @e[type=arrow,nbt={inBlockState:{Name:"minecraft:target"}}]</code>{{only|je}} | ||
| Line 66: | Line 66: | ||
=== ''Java Edition'' === | === ''Java Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java alpha}} | ||
|{{HistoryLine||v1.2.6|Added {{ | |{{HistoryLine||v1.2.6|dev=server 0.2.8|Added {{cmd|kill|link=none}}. It currently deals {{hp|1000}} [[Minecraft:damage]].}} | ||
|{{ | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.3.1|dev=12w16a|{{ | |{{HistoryLine||1.3.1|dev=12w16a|{{cmd|kill|link=none}} is now usable in singleplayer.|Parsing of the command is now more strict, rejecting extra characters after the command name (such as {{cmd|killme|link=none}} or {{cmd|killed|link=none}}). However, arguments are still ignored, meaning {{cmd|kill playername|link=none}} still only kills the executor.|{{cmd|kill|link=none}} now uses void damage instead of generic damage, bypassing armor. The death message is now "<var>player</var> fell out of the world" instead of "<var>player</var> died".|{{cmd|kill|link=none}} now prints the message "Ouch! That looked like it hurt" on execution.}} | ||
|{{HistoryLine||1.6.1|dev=13w24b|{{ | |{{HistoryLine||1.6.1|dev=13w24b|{{cmd|kill|link=none}} now deals 3.4×10{{^|38}} damage.}} | ||
|{{HistoryLine||1.8|dev=14w02a|Added <code>(player{{!}}entity)</code> argument to {{ | |{{HistoryLine||1.8|dev=14w02a|Added <code>(player{{!}}entity)</code> argument to {{cmd|kill|link=none}}.|Replaced the "Ouch! That looked like it hurt" message with "Killed <var>player</var>".}} | ||
|{{HistoryLine|||dev=14w02c|To fix {{bug|MC-44371}}, {{ | |{{HistoryLine|||dev=14w02c|To fix {{bug|MC-44371}}, {{cmd|kill|link=none}} now directly kills non-living targets.}} | ||
|{{ | |{{HistoryLine||1.13|dev=17w45a|<code><target></code> argument is no longer optional.}} | ||
|{{ | |{{HistoryLine||1.15|dev=19w38a|<code><target></code> argument is once again optional.}} | ||
|{{ | |{{HistoryLine||1.20|dev=Pre-release 1|<code>/kill</code> now uses <code>generic_kill</code> type damage instead of void damage.}} | ||
}} | }} | ||
=== ''Bedrock Edition'' === | === ''Bedrock Edition'' === | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|pocket alpha}} | ||
|{{HistoryLine||v0.16.0|dev=build 1|Added {{ | |{{HistoryLine||v0.16.0|dev=build 1|Added {{cmd|kill|link=none}}.}} | ||
}} | }} | ||
| Line 89: | Line 89: | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox commands}} | ||
de:Befehl/kill | [[Minecraft:de:Befehl/kill]] | ||
es:Comandos/kill | [[Minecraft:es:Comandos/kill]] | ||
fr:Commandes/kill | [[Minecraft:fr:Commandes/kill]] | ||
it:Comandi/kill | [[Minecraft:it:Comandi/kill]] | ||
ja:コマンド/kill | [[Minecraft:ja:コマンド/kill]] | ||
ko:명령어/kill | [[Minecraft:ko:명령어/kill]] | ||
pt:Comandos/kill | [[Minecraft:pt:Comandos/kill]] | ||
ru:Команды консоли/kill | [[Minecraft:ru:Команды консоли/kill]] | ||
uk:Команди консолі/kill | [[Minecraft:uk:Команди консолі/kill]] | ||
zh:命令/kill | [[Minecraft:zh:命令/kill]] | ||
Latest revision as of 11:09, 10 April 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 Killed <entity display name>, or 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 drop loot, and Minecraft:slimes and Minecraft:magma 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