- Supported Minecraft Versions
- 1.18
- 1.19
- 1.20
Easily display animated boss bars using Animated BossBars. It supports PAPI placeholders but it is disabled by default. Enable it inside animated-bossbars.sk.
style - segmented 6, segmented 10, segmented 12, segmented 20, solid bar
animation - hourglass, clock, blink, none
Installation
Unzip inside plugins/Skript/scripts. Requires skript-reflect and SkBeeUsage
Method 1 - Using the config
Create a bossbar inside the plugins/Skript/scripts/bossbars.yml file and reload the script. Then you can use it with the function.
YAML:
mybossbar:
color: red
duration: 5 seconds
animation: clock
style: segmented 10
title:
animation-interval: 5 ticks
strings:
- "a"
- "b"
Code:
every 20 seconds:
showBossBarWithId((all players), "mybossbar")
wait 10 seconds
showBossBarWithId((all players), "anotherbossbar")
Method 2 - Pure Skript
Code:
every 10 seconds:
showBossBar(all players, ("a", "b"), (10 ticks), (20 seconds), red, (segmented 10), "clock")
Values
color - blue, green, pink, purple, red, white, yellowstyle - segmented 6, segmented 10, segmented 12, segmented 20, solid bar
animation - hourglass, clock, blink, none
If you would like to be notified about the updates, please download Update Checker Core.