Hi, I've been trying to use WildSkript's boss bar features on my 1.8.8 server as SkRayFall doesnt seem to support bossbars on 1.8. Sometimes they appear correctly, but when I teleport to far away coordinates it will randomly disappear and reappear. I'm just using the most basic functions of it, my code right now is just
Is there any solid bossbar support on 1.8?
Alternatively, is there any way to do a multi-line action bar, or perhaps use the text that pops up when you switch items? I simply need a way to show the player's HP during battle, and I'm already using the action bar + scoreboard for other things.
code_language.skript:
command /test:
trigger:
display "HP" on bossbar for player
Alternatively, is there any way to do a multi-line action bar, or perhaps use the text that pops up when you switch items? I simply need a way to show the player's HP during battle, and I'm already using the action bar + scoreboard for other things.