Minecraft Wiki
Advertisement
Ingredients Crafting recipe
Stick +
Gold Ingot +
Gold Nugget

general errors

Trigger Message
General
An invalid argument is entered Incorrect argument for command
Item Argument
Item does not exist Unknown item <item id>
Item tag does not exist Unknown item tag <tag id>
Block Argument
Block does not exist Unknown block type <block ID>
Block tag does not exist Unknown block tag <tag ID>
Multiplayer-Only
The command is executed outside of multiplayer Unknown or incomplete command, see below for error
Commands that only affect players
The selector targets non-player entities Only players may be affected by this command, but the provided selector includes entities
No players are affected given the selector No player was found
Commands that only affect single players
The selector targets non-player entities Only players may be affected by this command, but the provided selector includes entities
No players are affected given the selector No player was found
More than one player is targeted Only one player is allowed, but the provided selector allows more than one
Invalid Characters
Argument is entered correctly but is followed by invalid characters Expected whitespace to end one argument, but found trailing data
The argument only accepts integers, but non-integer characters are used Expected integer
Entity name argument has invalid characters Invalid name or UUID

clear

Trigger Type Message

The player has an empty inventory
The player does not have the specified items

Failure

Single player: No items were found on player <player name>
Multiple players: No items were found on <number> players[verify]

The selector targets non-player entities Failure Only players may be affected by this command, but the provided selector includes entities
No players are affected given the selector Failure No player was found
Items are removed from the inventory Success

Single player: Removed <number> items from player <player name>
Multiple players: Removed <number> items from <number> players[verify]

The maxCount is set to 0 and the player has the specified items in their inventory Success

Single player: Found <number> matching items on player <player name>
Multiple players: Found <number> matching items on <number> players[verify]

clone

Trigger Type Message
Specified areas overlap and force is not set Failure The source and destination areas cannot overlap

No blocks match the specific filtered block
masked mode is used but only air blocks are selected

Failure No blocks were cloned
The selected area is larger than 32768 blocks Failure Too many blocks in the specified area (maximum 32768, specified <volume>)

Only 1 or 2 full coordinate sets are specified
filtered is set but no block is set to be filtered

Failure Unknown or incomplete command, see below for error
1, 2, 4, 5, 7, or 8 coordinates are specified Failure Incomplete (expected 3 coordinates)
Block does not exist Failure Unknown block type <block ID>
Block tag does not exist Failure Unknown block tag <tag ID>
Blocks are successfully cloned Success Successfully cloned <number> blocks

deop

Trigger Type Message
The command is executed outside of multiplayer Failure Unknown or incomplete command, see below for error
The selector targets non-player entities[verify] Failure Only players may be affected by this command, but the provided selector includes entities
No players are affected given the selector[verify] Failure No player was found
More than one player is targeted[verify] Failure Only one player is allowed, but the provided selector allows more than one
The player is already not an operator Failure Nothing changed. The player is not an operator
The player is made an operator Success Made <player> no longer a server operator

difficulty

Trigger Type Message
An invalid difficulty is entered Failure Incorrect argument for command
The difficulty is already set to the specified value Failure The difficulty did not change; it is already set to <difficulty>
The difficulty is not specified Success The difficulty is <difficulty>
The difficulty is specified and changed Success The difficulty has been set to <difficulty>
Advertisement