ProtocolLib

3M Downloads

Latest dev build: Leaderboards are being sent in wrong order

Opened this issue ยท 5 comments

commented
  • 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:

  1. 'Install the latest dev build'
  2. Type '/baltop' for example
  3. Look at the output
  4. See error

Expected behavior
Correct order of leaderboards

Screenshots
What it should look like:
2022-07-13_21 38 02

How it actually looks like:
2022-07-13_21 43 01

Version Info
https://pastebin.com/2FMSp0yT

Additional context
This error does not occur on older versions (4.8).

commented

Without any code or any additional information I cannot give you any advise.

commented

What information are you thinking of?

commented

Are you using Essentials or CMI? That would be an external issue not related to ProtocolLib

commented

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

commented

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?