Latest dev build: Leaderboards are being sent in wrong order
Opened this issue ยท 5 comments
- This issue is not solved in a development build
Describe the bug
Hello,
on the latest dev build of ProtocolLib (5.0.0-SNAPSHOT-b575) leaderboards are being sent in the wrong order. What I mean by that is being explained pretty good futher down by two images.
To Reproduce
Steps to reproduce the behavior:
- 'Install the latest dev build'
- Type '/baltop' for example
- Look at the output
- See error
Expected behavior
Correct order of leaderboards
Screenshots
What it should look like:
Version Info
https://pastebin.com/2FMSp0yT
Additional context
This error does not occur on older versions (4.8).
Are you using Essentials or CMI? That would be an external issue not related to ProtocolLib
What information are you thinking of?
I was thinking about something like code which shows me how you're sending the messages in order to reproduce the issue
Are you using Essentials or CMI? That would be an external issue not related to ProtocolLib
Hello,
yeah, I'm using Essentials. However, it's not just Essentials. pvpstats has the same problem (https://github.com/slipcor/PVPStats).
What information are you thinking of?
I was thinking about something like code which shows me how you're sending the messages in order to reproduce the issue
I'm not sure but I think this is the code for pvpstats: https://github.com/slipcor/PVPStats/blob/1.8-legacy/src/main/java/net/slipcor/pvpstats/runnables/SendPlayerTop.java#L38
Edit:
It's actually caused by ChatControl Pro in combination with ProtocolLib 5.0. Any idea how to fix that or is that something just the author of the plugin can fix?