Better Commands
Better Commands
  • Home
  • Commands
    • /ability
    • /bc
    • /clear
    • /clearspawnpoint
    • /damage
    • /enchant
    • /execute
    • /forceenchant
    • /gamemode
    • /gamerule
    • /give
    • /kill
    • /me
    • /msg
    • /old
    • /playsound
    • /remove
    • /say
    • /scoreboard
    • /setblock
    • /spawnpoint
    • /summon
    • /team
    • /teammsg
    • /teleport
    • /time
    • /trigger
  • Target Selectors
  • Data types
  • Entity Aliases
  • Scoreboard
Powered by GitBook
On this page
  • Usage
  • Syntax
  • Arguments
  • Examples
  • History
Edit on GitHub
  1. Commands

/remove

Removes entities

Previous/playsoundNext/say

Last updated 1 year ago

Usage

Removes entities (like , 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.

Syntax

remove [<targets>]

Arguments

<targets>

Specifies the target(s) to remove. If not specified, defaults to the player who executed the command.

Examples

  • To kill the player executing the command: kill @s or killme

  • To kill a player named ThePython: kill ThePython

  • To remove all item entities: kill @e[type=item]

  • To remove all entities except players: kill @e[type=!player]

History

Version
Action

v2.0

Added /remove

/kill
Selector