You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Paper have a fallback when it's on Spigot? If so, I can utilize this. Also, it's unreleased but the latest commit should already help improve this.
Edit: If this utilizes Paper API I don't think this will work out because it throws errors when utilized on Spigot.
There has been some improvements to this since this discussion. While it still may happen rarely, it should be way less often. I'm still open to options that still support Spigot.
Original issue: NuVotifier/NuVotifier#301
Looks like the call to get the offline player from mojang might be a problem.
https://github.com/darbyjack/VoteParty/blob/966d121771f6df0cb68a4221b9ed54a1de48f4e2/src/main/kotlin/me/clip/voteparty/listener/HooksListenerNuVotifier.kt
Better implement the Paper's PlayerProfile API here to avoid sync calls on the main thread.
The text was updated successfully, but these errors were encountered: