-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using of "CommonScoreboard" occurs tracebacks [PRIO: LOW] #67
Comments
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 If this isn't possible at all you dont need to fix it for me. |
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:
The text was updated successfully, but these errors were encountered: