Hey all,
I get a NPE when trying to add a player to an existing bossbar (skrayfall):
https://hastebin.com/keponijifu.md
The script:
I am unable to switch to skellett's bossbars because it would require me to uninstall skrayfall which I can't because of other dependencies (like "play custom sound from resourcepack etc.).
Anybody could help me? How could I fix it?
I get a NPE when trying to add a player to an existing bossbar (skrayfall):
https://hastebin.com/keponijifu.md
The script:
code_language.skript:
create bossbar titled "TEST" and id "test" for {afew::players::*} with value 100 with colors pink with style solid
add player to bossbar "test"
I am unable to switch to skellett's bossbars because it would require me to uninstall skrayfall which I can't because of other dependencies (like "play custom sound from resourcepack etc.).
Anybody could help me? How could I fix it?