BossBar for SkRayFall doesn't work.

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

MPGxxYT

Member
Feb 14, 2018
10
0
1
28
Skript Version (do not put latest): Skript 2.4.1
Skript Author: Bensku
Minecraft Version: 1.13.2
---
Full Code:
Code:
command /test:
    trigger:
        create bossbar titled "&9TEST" and id "testt" for player with progress 100 with colors blue
        loop 100 times:
            set bossbar "testt" value to (100 - loop-number)
            wait 1 second
        remove bossbar "testt"


Errors on Reload:
no errors

Code:
Reloading hub.sk...
Successfully reloaded hub.sk.

Addons using (including versions):
https://i.imgur.com/0H0HecY.png
https://i.imgur.com/yRLZWny.png

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes (also went into the discord to get help)
What other methods have you tried to fix it?
I thought it was Skellet, so I disabled Skellet's bossbar. (fixed nothing). I thought it was due to BossBarAPI, tried v2.4.1 and 2.4.3-SNAPSHOT. (fixed nothing). Checked SkRayFall and I have v1.9.20.
 
Status
Not open for further replies.