• Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

Supported Minecraft Versions
  1. 1.18
  2. 1.19
  3. 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.

bossbars.gif

Installation

Unzip inside plugins/Skript/scripts. Requires skript-reflect and SkBee

Usage

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:
    ab_showBossBarWithId((all players), "mybossbar")
    wait 10 seconds
    ab_showBossBarWithId((all players), "mybossbar")

Method 2 - Pure Skript

Code:
every 10 seconds:
    ab_showBossBar(all players, ("a", "b"), (10 ticks), (20 seconds), red, (segmented 10), "clock")

Values

color - blue, green, pink, purple, red, white, yellow
style - segmented 6, segmented 10, segmented 12, segmented 20, solid bar
animation - hourglass, clock, none



If you would like to be notified about the updates, please download Update Checker Core.​
Author
erenkara
Downloads
527
Views
1,387
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from erenkara