BossBar - Properties (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.14.1

Syntax

[boss[ ]]bar players of %bossbar%

Description

Represents the properties of a BossBar that can be changed. Progress of a bar is a number from 0-100.

Examples

set {_players::*} to bar players of {_bar}
set bar color of {_bar} to blue
set bar style of {_bar} to segmented 20
set bar title of {_bar} to "Le-Title"
reset bar title of {_bar}
set bar progress of {_bar} to 100
set bar flag darken sky of {_bar} to true

View source