Kicks a player off the server, and displays an optional reason to it.
Syntax[]
- Java Edition
kick <target> [<reason>]
- Bedrock Edition
kick <name: target> [reason: message]
Arguments[]
JE: <targets>
: entity
BE: name: target
: CommandSelector<Player>
- Specifies the player(s) to be kicked.
- Must be a player name, a target selector or a UUID[Java Edition only]. And the target selector must[JE only]/should[BE only] be of player type.
- In Bedrock Edition, it can also be an XUID (Xbox UID) of a player.
JE: <reason>
: message
BE: reason: message
: CommandMessage
- Message to display to the kicked player. In Java Edition, if unspecified, defaults to
Kicked by an operator
. - Must be a plain text. Can include spaces as well as target selectors. The game replaces entity selectors in the message with the list of selected entities' names, which is formatted as "name1 and name2" for two entities, or "name1, name2, ... and namen" for n entities. In Bedrock Edition,
@here
can be used to mention all players.
Result[]
Command | Trigger | Java Edition | Bedrock Edition |
---|---|---|---|
any | the arguments are not specified correctly | Unparseable | Unparseable |
name: target is not in player type | N/A | Failed | |
<targets> or player: target fails to resolve to one or more online players | Failed | ||
the player is the host of the world. | N/A | ||
Otherwise | Successful |
Output[]
Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On fail | N/A | 0 | 0 |
On success | N/A | 1 | the number of targeted players | ||
Bedrock Edition | On fail | 0 | N/A | N/A | |
On success | the number of targeted players[needs testing in Bedrock Edition] | N/A | N/A |
History[]
Java Edition Classic | |||||
---|---|---|---|---|---|
0.0.16a | Added /kick . | ||||
Java Edition Indev | |||||
0.31 | Removed all commands. | ||||
Java Edition Alpha | |||||
v1.0.16 | Re-added /kick . | ||||
Bedrock Edition | |||||
1.16.0 | beta 1.16.0.57 | Added /kick . |