Minecraft:Commands/bossbar: Difference between revisions
From SAS Gaming Wiki
More actions
Fix template calls: add MC/ prefix |
Sync: updated from Minecraft |
||
| Line 1: | Line 1: | ||
{{About|the command|the HUD element|Bossbar}} | {{About|the command|the HUD element|Bossbar}} | ||
{{ | {{exclusive|java}} | ||
{{Infobox command | {{Infobox command | ||
|name=bossbar | |name=bossbar | ||
| Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
:<code>bossbar add <id> <name></code> | :<code>bossbar add <id> <name></code> | ||
::Create a new bossbar (stored in level.dat <code>CustomBossEvents</code>). | ::Create a new bossbar (stored in [[Minecraft:Java_Edition_level_format#level.dat_format|level.dat]] <code>CustomBossEvents</code>). | ||
:<code>bossbar get <id> (max|players|value|visible)</code> | :<code>bossbar get <id> (max|players|value|visible)</code> | ||
::Return the requested setting as a <code>result</code> of the command. | ::Return the requested setting as a <code>result</code> of the command. | ||
| Line 33: | Line 33: | ||
== Arguments == | == Arguments == | ||
{{ | {{argument|id|resource_location}} | ||
: Specifies a unique bossbar. | : Specifies a unique bossbar. | ||
: {{ | : {{arg desc|je=resource_location}} | ||
{{ | {{argument|name|component}} | ||
: Specifies the display name of the bossbar. | : Specifies the display name of the bossbar. | ||
: {{ | : {{arg desc|je=component}} | ||
{{ | {{argument|max|integer}} | ||
: Specifies the bossbar's maximum value. | : Specifies the bossbar's maximum value. | ||
: {{ | : {{arg desc|je=integer|min=1}} | ||
{{ | {{argument|targets|entity}} | ||
: Specifies the set of players to whom the bar is visible. | : Specifies the set of players to whom the bar is visible. | ||
: If not specified, the boss bar is invisible to any player. | : If not specified, the boss bar is invisible to any player. | ||
: {{ | : {{arg desc|je=entity|amount=multiple|type=players}} | ||
{{ | {{argument|value|integer}} | ||
: Specifies the bossbar's current value. | : Specifies the bossbar's current value. | ||
: {{ | : {{arg desc|je=integer|min=0}} | ||
{{ | {{argument|visible|bool}} | ||
: Specifies the bossbar's visibility. | : Specifies the bossbar's visibility. | ||
: {{ | : {{arg desc|je=bool}} | ||
== Result == | == Result == | ||
| Line 68: | Line 68: | ||
== Output == | == Output == | ||
{{ | {{Output table}} | ||
{{ | {{Output table|edition=je|On fail|0|0|0}} | ||
{{ | {{Output table|cmd=/bossbar add ...<br>/bossbar list<br>/bossbar remove ...|On success|1|1|The number of custom bossbars that exist after the command is executed.<br>Bossbars created by the game itself (such as the boss bar of the ender dragon) aren't included.}} | ||
{{ | {{Output table|cmd=/bossbar get <<nowiki/>id> max<br>/bossbar set <<nowiki/>id> max|On success|1|1|The boss bar's maximum value after the command's execution.}} | ||
{{ | {{Output table|cmd=/bossbar get <<nowiki/>id> value<br>/bossbar set <<nowiki/>id> value|On success|1|1|The boss bar's value after execution.}} | ||
{{ | {{Output table|cmd=/bossbar get <<nowiki/>id> players<br>/bossbar set <<nowiki/>id> players|On success|1|1|The number of players to whom the bar is visible after execution.}} | ||
{{ | {{Output table|cmd=/bossbar get <<nowiki/>id> visible|On success|1|1|1 if the boss bar is visible; otherwise 0.}} | ||
{{ | {{Output table|cmd=/bossbar set <<nowiki/>id> color<br>/bossbar set <<nowiki/>id> name<br>/bossbar set <<nowiki/>id> style<br>/bossbar set <<nowiki/>id> visible|On success|1|1|0}} | ||
{{ | {{Output table}} | ||
== History == | == History == | ||
{{HistoryTable | {{HistoryTable | ||
|{{ | |{{HistoryLine|java}} | ||
|{{HistoryLine||1.13|dev=18w05a|Added {{ | |{{HistoryLine||1.13|dev=18w05a|Added {{cd|/bossbar}}.}} | ||
|{{HistoryLine||1.21.5|dev=25w05a|Text component arguments are now resolved before use in context of entity held in {{ | |{{HistoryLine||1.21.5|dev=25w05a|Text component arguments are now resolved before use in context of entity held in {{cd|@s}}.}} | ||
}} | }} | ||
== Navigation == | == Navigation == | ||
{{ | {{Navbox commands}} | ||
de:Befehl/bossbar | [[Minecraft:de:Befehl/bossbar]] | ||
es:Comandos/bossbar | [[Minecraft:es:Comandos/bossbar]] | ||
ja:コマンド/bossbar | [[Minecraft:fr:Commandes/bossbar]] | ||
pt:Comandos/bossbar | [[Minecraft:ja:コマンド/bossbar]] | ||
ru:Команды консоли/bossbar | [[Minecraft:pt:Comandos/bossbar]] | ||
uk:Команди консолі/bossbar | [[Minecraft:ru:Команды консоли/bossbar]] | ||
zh:命令/bossbar | [[Minecraft:uk:Команди консолі/bossbar]] | ||
[[Minecraft:zh:命令/bossbar]] | |||
Latest revision as of 11:07, 1 July 2026
|
For the {{{Description}}} of the same name, see [[{{{Destination}}}]]. |
Template:Exclusive Template:Infobox command Creates, modifies and lists bossbars.
Syntax
bossbar add <id> <name>- Create a new bossbar (stored in level.dat
CustomBossEvents).
- Create a new bossbar (stored in level.dat
bossbar get <id> (max|players|value|visible)- Return the requested setting as a
resultof the command.
- Return the requested setting as a
bossbar list- Display a list of existing bossbars.
bossbar remove <id>- Remove an existing bossbar.
bossbar set <id> (color|max|name|players|style|value|visible)... color (blue|green|pink|purple|red|white|yellow)- Set the text color (if no color was specified as part of a text component) and bar color. Defaults to
whiteupon creation.
- Set the text color (if no color was specified as part of a text component) and bar color. Defaults to
... max <max>- Set the bossbar's maximum value. Defaults to
100upon creation.
- Set the bossbar's maximum value. Defaults to
... name <name>- Set the bossbar's name.
... players [<targets>]- Change the set of players to whom the bar is visible. Defaults to none upon creation.
... style (notched_6|notched_10|notched_12|notched_20|progress)- Set the bossbar's visual amount of segments: continuous, 6 segments, 10 segments, 12 segments, or 20 segments. Defaults to
progressupon creation.
- Set the bossbar's visual amount of segments: continuous, 6 segments, 10 segments, 12 segments, or 20 segments. Defaults to
... value <value>- Set the bossbar's current value. Defaults to
0upon creation.
- Set the bossbar's current value. Defaults to
... visible <visible>- Set the bossbar's visibility. Defaults to
trueupon creation.
- Set the bossbar's visibility. Defaults to
Arguments
- Specifies a unique bossbar.
- Template:Arg desc
- Specifies the display name of the bossbar.
- Template:Arg desc
- Specifies the bossbar's maximum value.
- Template:Arg desc
- Specifies the set of players to whom the bar is visible.
- If not specified, the boss bar is invisible to any player.
- Template:Arg desc
- Specifies the bossbar's current value.
- Template:Arg desc
- Specifies the bossbar's visibility.
- Template:Arg desc
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table
History
Minecraft:de:Befehl/bossbar Minecraft:es:Comandos/bossbar Minecraft:fr:Commandes/bossbar Minecraft:ja:コマンド/bossbar Minecraft:pt:Comandos/bossbar Minecraft:ru:Команды консоли/bossbar Minecraft:uk:Команди консолі/bossbar Minecraft:zh:命令/bossbar