Error using IScoreboardCriteria with scoreboard objectives.
ofirtim opened this issue ยท 2 comments
Hi, I've been having an issue I am struggling with for the past day and so, tried to find a solution to this error and see if there's anything I can do about it.
I am trying to create a custom scoreboard system, but for some weird reason I am getting the same error over and over again, tried playing with the versions between protocol lib from the newest to the oldest that functions with 1.8, and tried switching versions for the version 1.8.R3 a few times (spigot used btw), Is there any way by mistake that my code
Error console:
https://pastebin.com/bYAT4F3v
Line used:
https://pastebin.com/PyEJDxVg
Error caused by:
packet.getChatComponents().write(0, WrappedChatComponent.fromText(displayName));
Try just using the displayName instead of wrapping it in a chat component?
(Additionally you would use packet.getStrings().write)