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.

DHStyle

Member
Jan 26, 2017
58
0
6
78
Hello, i want ask
why i get error to set progress
this is Skellet addons, and my MC server Version 1.12.2
upload_2018-6-6_10-5-3.png



code_language.skript:
command /test:
    trigger:
        set {_bar} to new bossbar
        add player to bossbar {_bar}
        set the visibility of bossbar {_bar} to true
        set progress of bossbar {_bar} to 0.50
        wait 1 seconds
        hide bossbar {_bar} #Example for 1.9
 
Status
Not open for further replies.