Solved Bossbar

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

  • 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.
Mar 1, 2017
109
1
18
How can i make a bossbar? I googeld but i found nothing :emoji_frowning: Please Help

And sorry for my bad english

Thanks and have a nice day :emoji_slight_smile:
 
Yes, i have Skellett and SkRayFall. Can you send me a code please?

Those syntax's I sent you have examples listed. I pulled this one from Skellett:

code_language.skript:
command /test:
   trigger:
       set {_bar} to new bossbar
       add player to bossbar {_bar}
       set the visibility of bossbar {_bar} to true
 
Status
Not open for further replies.