
skript-bossbar by _tud 
Easily add bossbars with lots of customizability!
Events
0
Expressions
7
Effects
5
Conditions
2
Types
4
Sections
0
Structures
0
Total
18
Easily add bossbars with lots of customizability!
Events
0
Expressions
7
Effects
5
Conditions
2
Types
4
Sections
0
Structures
0
Total
18
Dependencies
Required:
>"
Download Skript by clicking here
Syntax
- EffBossbarAddPlayer: add %players% to [the] boss( |-|)bar %bossbar%
- EffBossBarDelete: (remove|delete) [the] boss( |-|)bar %bossbar%
- EffBossbarRemoveFlag: remove [flag] %barflag% from [flags of] [the] boss( |-|)bar %bossbar%
- EffBossBarRemovePlayer: remove %players% from [the] boss( |-|)bar %bossbar%
- ExprBossbarCreate: [create] [a] new boss( |-|)bar
- ExprBossbarPlayer: [all] [of] [the] players (of|in) [the] boss( |-|)bar %bossbar%
- ExprBossbarProgress: [the] progress of [the] boss( |-|)bar %bossbar%
- ExprBossbarStyle: [the] [boss( |-|)bar] style of [the] boss( |-|)bar %bossbar%
- ExprBossbarTitle: [the] (title|name) of [the] boss( |-|)bar %bossbar%
- ExprBossbarVisibility: [the] visib(le|ility) of [the] boss( |-|)bar %bossbar%
- CondBossBarIsVisible: [the] [boss( |-|)bar] %bossbar% (1¦is|2¦is(n't| not)) visible %barflag%
Examples
trigger:
set {bossbar} to new bossbar
set name of bossbar {bossbar} to "&a&lBoss bar titles support Minecraft color coding!"
set color of bossbar {bossbar} to red
add all players to bossbar {bossbar}
trigger:
set {bossbar} to new bossbar
set style of bossbar {bossbar} to segmented 6
add player to bossbar {bossbar}
Screenshots