Mechanic

barCreate

since v4.8

Creates a custom bossbar display

Aliases

barAddcreateBar

Configuration Fields (5)

NameTypeDefaultDescription
name
n
StringinfobarThe name of the bossbar
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
BarColorREDThe color of the bossbar
style
s
BarStyleSOLIDThe style of the bossbar

Examples & Notes

Examples

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

Universal Mechanic Options

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