Template:Output table/doc - minecraft.fandom.com
Treść tej podstrony pochodzi z artykułu „Template:Output table/doc” w domenie minecraft.fandom.com na licencji CC BY-NC-SA 3.0
[purge]
This is the documentation page. It should be transcluded into the main template page. See Template:Documentation for more informationLists the outputs of commands.
Outputs includes:
- Success Count - Success count stored in command block when the command is executed by it.
/execute store success ...[Java Edition only] - Success value stored by/execute store success .../execute store result ...[Java Edition only] - Result value stored by/execute store result ...
Parameters[]
{{{onlybe}}} for the header.
{{{cmd}}}, {{{edition}}} and {{{1}}} - {{{4}}} for the contents.
Example[]
{{Output table}}
{{Output table|edition=je|On fail|0|0|0}}
{{Output table|cmd=/A|On success|1|1|1}}
{{Output table|cmd=/B|On success|1|1|2}}
{{Output table|cmd=/C|On success|1|1|3}}
{{Output table|cmd=|edition=be|On fail|0}}
{{Output table|On success|1}}
{{Output table}}
{{Output table|onlybe=1}}
{{Output table|On fail|0}}
{{Output table|On success|the number of players who have the specified items.}}
{{Output table}}
| Command | Edition | Situation | Success Count | /execute store success ... | /execute store result ... |
|---|---|---|---|---|---|
| any | Java Edition | On fail | 0 | 0 | 0 |
/A | On success | 1 | 1 | 1 | |
| Something | 1 | 1 | 2 | ||
/B | On success | 1 | 1 | 3 | |
| any | Bedrock Edition | On fail | 0 | N/A | N/A |
| On success | 1 | N/A | N/A |
| Command | Edition | Situation | Success Count |
|---|---|---|---|
| any | Bedrock Edition | On fail | 0 |
| On success | the number of players who have the specified items. |