| 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 |
Failure |
Single player: No items were found on player <player name> |
| 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> |
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> |
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 |
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 |
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 |