BossBar - Create (Expression) — SkBee

Addon: SkBee · Category: Expression · Since: 2.14.1

Syntax

[new] boss[ ]bar [(named|with id) %-string%] with title %string% [with (color|colour) %-color%] [with style %-bossbarstyle%] [with progress %-number%]

Description

Create your own custom BossBar. **NOTE**: Progress is a number between 0-100. **NOTE**: This just creates a new custom bossbar. It will by default not be visible to anyone until you actually add players to it. See examples!!! **NOTE**: The ID is optional. If excluded, the BossBar will not save to the server.

Examples

set {_bar} to boss bar with id "le-bar" with title "My BossBar"
set {_bar} to boss bar with id "le-bar" with title "Le Title" with color pink with progress 50
add all players to {_bar}

View source