bossbar in 1.8?

  • 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 community!

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

uhdwo

Member
May 18, 2020
20
0
0
does anyone know how to create a simple bossbar in 1.8?

using: skript 2.2.jar
plz help
[doublepost=1592396388,1592234422][/doublepost]anyone?
 
Please do your research before posting, I found an easily working skript:

Code:
on join:
    create bossbar titled "&3&lWELCOME, &b%player%" and id "welcome.%player's uuid%" for player with progress 100 with colors aqua
    wait 5 ticks
    loop 100 times:
        set {_Value} to value of bossbar "welcome.%player's uuid%"
        remove 1 from {_Value}
        set bossbar "welcome.%player's uuid%" value to {_Value}
        wait 3 ticks
    remove bossbar "welcome.%player's uuid%"

This requires skRayFall, a Skript addon.
 
Status
Not open for further replies.