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

clear

Trigger Type Message
Item does not exist Failure Unknown item <item id>
Item tag does not exist Failure Unknown item tag <tag id>

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
Advertisement