Actionbar & Bossbar actions - montlikadani/RageMode GitHub Wiki
Actionbar action types:
- join
- start
- stop
- leave
Bossbar action types:
- join
- start
- stop
Meaning:
- join: when the player joins to a game and send a bar
- start: when the game has started
- stop: when the game has end
- leave: when the player left from the game
Example usage:
[ ] - optional
< > - required
<actionType>:<Text>:[barColor]:[barStyle]:[secondsToRemove]
message-actions:
actions:
- "join:&bWelcome&a %player%&b to the&c %game%&b game!:green:segmented_12:4"
⬆️ This will send a bossbar to the player, and will removes in 4 seconds.
Bossbar styles: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarStyle.html
Bossbar colors: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/boss/BarColor.html