| Ingredients | Crafting recipe |
|---|---|
| Stick + Gold Ingot + Gold Nugget |
general errors
TEST 3 Coord ERRORS
| Trigger | Message |
|---|---|
| General | |
| An invalid argument is entered | Incorrect argument for command |
| Argument is entered correctly but is followed by invalid characters | Expected whitespace to end one argument, but found trailing data |
| 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> |
| Entity Argument | |
| Entity name argument has invalid characters | Invalid name or UUID |
| Integer Argument | |
| The argument only accepts integers, but non-integer characters are used | Expected integer |
| 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 |
clear
This command is subject to general errors, item argument errors, entity argument errors, and errors from commands affecting players.
| Trigger | Type | Message |
|---|---|---|
|
The player has an empty inventory |
Failure |
Single player: No items were found on player <player name> |
| 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
This command is subject to general errors and block argument errors.
| 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) |
| Blocks are successfully cloned | Success | Successfully cloned <number> blocks |
deop
This command is subject to general errors, entity argument errors, multiplayer-only errors, and errors from commands that only affect a single player.[verify]
| Trigger | Type | Message |
|---|---|---|
| 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
This command is subject to general errors.
| Trigger | Type | Message |
|---|---|---|
| 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> |