D
Deleted member 5254
Ya it should be a simple fix. It's conflicting with Skript. Simple fix. I will look into making HologramDisplays hookWe are using HolographicDisplays, too. Support for it would be great.
[doublepost=1489001963,1488966970][/doublepost]
I found a bug. Today I updated to latest skellett version and I get NPEs like this:
https://www.hastebin.com/cexohacare.vbs
The line of code in the script causing it is:
set {_box}'s name to "&6MysteryBox ""Die Schattengilde"""
I had to change it to
set {_box}'s display name to "&6MysteryBox ""Die Schattengilde"""
to make it work again, but it's not the best solution.
Any chance you can fix this?