Open tgroeger opened 5 years ago
Oh wow I'll be honest, I didn't even know the scoreboard API was used by anyone still. Does it still serve a purpose on top of what the Bukkit API provides?
None of my plugins use it so I don't really have a test environment for it at all. The component was originally added by another developer that needed it at the time.
Is the BKCommonLib scoreboard API critical enough? If so, I can spend some time going through this another time.
Also I wonder, does this API work for 1.13.2 and earlier?
I'm using the scoreboard API for the first time, and i saw this traceback and reported it :D I was just trying to create a personal scoreboard for a player which is already in a public scoreboard team.
If this isn't possible at all you dont need to fix it for me. Otherwise a fix would be very nice :)
Well you could make hidden scoreboards (using packets) I suppose, but not sure if thats very useful. If I remember correctly the client also likes disconnecting when some socreboard update is done that is incorrect...
Yes, i am using this library anyway (LightCleaner) so i was just trying to play a little bit with given functionalitites. So if you don't mind and don't want to investigate in this topic this issue can be closed :)
It's fine to leave open, the issue is there and valid. It really is up to me to either remove the part of the API, fix the issues or write a demo plugin to actually routinely test this.
Right now it has no priority though, so it's better if you use the builtin API's. :)
BkCommonLib version: Build #565 (Mon Jul 01 20:25:32 UTC 2019)
Spigot version: 1.14.3
Problem or bug: Creation of CommonScoreboard running in tracebacks:
Expected behaviour: Scoreboard should be shown
Steps to reproduce: Source Code: