Multiline chat messages are scrambled in legacy server versions
bedwarshurts opened this issue ยท 0 comments
- This issue is not solved in a development build
Describe the bug
In legacy server versions (I tested on paperspigot 1.8.8) if you have protocollib and a plugin that hooks to it (tested with 2 different plugins) commands that output multiline chat messages result in the lines being scrambled
To Reproduce
Steps to reproduce the behavior:
- Use legacy server versions
- Install protocollib
- Install a plugin that depends on it (not all plugins result in this bug im not sure what exactly causes it, I tested with itsmyconfig and interactions)
- Use a command that outputs multiple lines
- Observe
Expected behavior
The lines get printed in order
Observed behavior
The lines get printed in random (scrambled) order
Version Info
https://pastebin.com/6nV2PZb6
Additional context
No more context