| 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 |
| All syntax is valid but the command is not complete | Unknown or incomplete command, see below for error |
| 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 |
|
The character "." is in an integer argument (before any other invalid characters) |
Invalid integer <number> |
| Boolean Argument | |
| A value other than 'true' or 'false' is entered | Invalid boolean, expected 'true' or 'false' but found '<value>' |
| 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> |
effect
This command is subject to general errors, entity argument errors, integer argument errors, and boolean argument errors.
| Trigger | Type | Message |
|---|---|---|
| An invalid effect is entered | Failure | Unknown effect: <effect ID> |
|
An effect is attempted to be applied to an entity that:
|
Failure | Unable to apply this effect (target is either immune to effects, or has something stronger) |
| All effects are attempted to be removed from an entity with none | Failure | Target has no effects to remove |
| An effect is attempted to be removed from an entity that doesn't have it | Failure | Target doesn't have the requested effect |
| An effect is attempted to be applied with a duration less than 1 | Failure | Integer must not be less than 1, found <number> |
| An effect is attempted to be applied with a duration more than 1000000 | Failure | Integer must not be more than 1000000, found <number> |
| An effect is attempted to be applied with an amplifier less than 0 | Failure | Integer must not be less than 0, found <number> |
| An effect is attempted to be applied with an amplifier more than 255 | Failure | Integer must not be more than 255, found <number> |
| An effect is applied to a single entity | Success | Applied effect <effect name> to <entity name> |
| An effect is applied to multiple entities | Success | Applied effect <effect name> to <number> targets |
| All effects are removed from a single entity | Success | Removed every effect from <entity name> |
| All effects are removed from multiple entities | Success | Removed every effect from <number> targets |
| A specific effect is removed from a single entity | Success | Removed effect <effect name> from <entity name> |
| A specific effect is removed from multiple entities | Success | Removed effect <effect name> from <number> targets |
enchant
This command is subject to general errors, entity argument errors, and integer argument errors.
| Trigger | Type | Message |
|---|---|---|
|
No targeted entities are holding an item that can be enchanted with the enchantment |
Failure | Nothing changed. Targets either have no item in their hands or the enchantment could not be applied |
| An invalid enchantment is entered | Failure | Unknown enchantment: <enchantment ID> |
| A single entity that cannot hold items is targeted | Failure | <entity name> is not a valid entity for this command |
| A single entity that is not holding any items is targeted | Failure | <entity name> is not holding any item |
|
An item is attempted to be enchanted with an enchantment it cannot normally obtain in survival |
Failure | <item name> cannot support that enchantment |
| An item is attempted to be enchanted with a level higher than obtainable in survival | Failure | <number> is higher than the maximum level of <maximum level> supported by that enchantment |
| An item is attempted to be enchanted with a level lower than 0 | Failure | Integer must not be less than 0, found <number> |
| Enchantment applied to a single entity's item | Success | Applied enchantment <enchantment name> [<level>] to <entity name>'s item |
| Enchantment applied to a multiple entities items | Success | Applied enchantment <enchantment name> [<level>] to <number> entities |