Template:Result table
Lists the results of commands.
Results includes:
- Unparseable[Java Edition only] - Syntax is wrong, command is unknown, or arguments are illegal
- Failed - The command is executed but the success count is 0
- Successful - The command is executed and the success count is not 0
- Terminate[Java Edition only] - Does nothing and doesn't output anything.
- Error[Java Edition only] - Throw an exception other than
brigadier.exceptions.CommandSyntaxException
during execution.
Parameters
{{{onlybe}}} or {{{onlyje}}} for the header.
{{{cmd}}} and {{{1}}} - {{{3}}} for the contents.
Example
{{Result table}} {{Result table|the arguments are not specified correctly|unparseable|N/A}} {{Result table|cmd=/A|something1|fail}} {{Result table|cmd=/B|something2||fail}} {{Result table|something3||success}} {{Result table|succeed|something4}} {{Result table}} {{Result table|onlyje=1}} {{Result table|the arguments are not specified correctly|unparseable}} {{Result table|cmd=/C|something5|fail}} {{Result table|cmd=|succeed|something6}} {{Result table}} {{Result table|onlybe=1}} {{Result table|the arguments are not specified correctly|fail}} {{Result table|something7}} {{Result table|succeed|something8}} {{Result table}}
Command | Trigger | Java Edition | Bedrock Edition |
---|---|---|---|
any | the arguments are not specified correctly | Unparseable | N/A |
/A | something1 | Failed | |
/B | something2 | Failed | |
something3 | Successful | ||
On success | something4 |
Command | Trigger | Java Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
/C | something5 | Failed |
any | On success | something6 |
Command | Trigger | Bedrock Edition |
---|---|---|
any | the arguments are not specified correctly | Failed |
something7 | good | |
On success | something8 |
[view | edit | history | purge]The above documentation is transcluded from Template:Result table/doc.