Template:Result table/doc - minecraft.fandom.com

Treść tej podstrony pochodzi z artykułu „Template:Result table/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more information

Lists the results of commands.

Results includes:

  • Unparseable - 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}}
{{Result table}}

{{Result table|onlybe=1}}
{{Result table|the arguments are not specified correctly|fail}}
{{Result table|something7}}
{{Result table|succeed|something8}}
{{Result table}}

CommandTriggerJava EditionBedrock Edition
anythe arguments are not specified correctly Unparseable N/A
/Asomething1 Failed
/Bsomething2 Failed
something3 Successful
Otherwisesomething4

CommandTriggerJava Edition
anythe arguments are not specified correctly Unparseable
/Csomething5 Failed
anyOtherwiseSuccessful

CommandTriggerBedrock Edition
anythe arguments are not specified correctly Failed
something7 good
Otherwisesomething8