Mechanic

barSet

since v4.8

Sets the display values on a custom bossbar

Configuration Fields (5)

NameTypeDefaultDescription
name
n
StringinfobarThe name of the bar to modify/set
display
d
PlaceholderString<caster.name>The text displayed on the bar
value
v
PlaceholderDouble1.0How filled the bossbar is. Must be between 0.0 and 1.0
color
c
StringREDThe color of the bossbar
style
s
StringSOLIDThe style of the bossbar

Examples & Notes

Examples

  Skills:
  - barSet{
    name="MyBossBar";
    display="<caster.name> - <caster.hp>";
    value=1.0;
    color=RED;
    style=SEGMENTED_6
    } @self ~onDamaged

Universal Mechanic Options

Author:
Ashijin
Community-maintained documentation for the Mythic plugin ecosystem.