1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

bossbar in 1.8?

Discussion in 'Skript' started by uhdwo, Jun 15, 2020.

Thread Status:
Not open for further replies.
  1. uhdwo

    uhdwo Member

    Joined:
    May 18, 2020
    Messages:
    20
    Likes Received:
    0
    does anyone know how to create a simple bossbar in 1.8?

    using: skript 2.2.jar
    plz help
    --- Double Post Merged, Jun 17, 2020, Original Post Date: Jun 15, 2020 ---
    anyone?
     
  2. pokw

    pokw Active Member

    Joined:
    Jun 3, 2019
    Messages:
    52
    Likes Received:
    1
    Please do your research before posting, I found an easily working skript:

    Code (Text):
    1.  
    2. on join:
    3.     create bossbar titled "&3&lWELCOME, &b%player%" and id "welcome.%player's uuid%" for player with progress 100 with colors aqua
    4.     wait 5 ticks
    5.     loop 100 times:
    6.         set {_Value} to value of bossbar "welcome.%player's uuid%"
    7.         remove 1 from {_Value}
    8.         set bossbar "welcome.%player's uuid%" value to {_Value}
    9.         wait 3 ticks
    10.     remove bossbar "welcome.%player's uuid%"
    11.  
    This requires skRayFall, a Skript addon.
     
Thread Status:
Not open for further replies.

Share This Page

Loading...