skrayfall issue: adding player to a bossbar results in NPE. Any idea?

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

    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.

pepper82

Member
Jan 26, 2017
272
1
18
Hey all,

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?
 
Hey all,

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?
Try setting scoreboard setting in skrayfall to false
 
it would require me to uninstall skrayfall which I can't because of other dependencies (like "play custom sound from resourcepack etc.).

Vanilla Skript's play sound effect supports resource packs. Documentation.
 
Status
Not open for further replies.