Removes entities
Removes entities (like /kill, but doesn't call death callbacks). If the "Kill creative players" setting is disabled, players in creative mode (or with the creative privilege in non-MineClone games) cannot be killed.
/kill
creative
remove [<targets>]
<targets> Selector
<targets>
Specifies the target(s) to remove. If not specified, defaults to the player who executed the command.
To kill the player executing the command: kill @s or killme
kill @s
killme
To kill a player named ThePython: kill ThePython
kill ThePython
To remove all item entities: kill @e[type=item]
kill @e[type=item]
To remove all entities except players: kill @e[type=!player]
kill @e[type=!player]
v2.0
Added /remove
/remove
Last updated 1 year ago