Chat exception causes some chat functions to stop working.
nicholasrobertm opened this issue ยท 2 comments
- This issue is not solved in a development build
Describe the bug
This bug seems to cause things like Grief Defender's /claimlist to output improperly to chat. It will only output some of the text but not all of the text. This is seen in other plugins that output in chat as well. This error comes from the plugin InteractiveChat but the stacktrace seems to indicate the problem may be in ProtocolLib. I'm unsure what triggers this bug, it seems to just happen after a certain amount of time of the server being online with 40+ players.
Side note but I'd love to have this fixed and am willing to donate to whomever can find a solution for it! If any additional info is needed please let me know
To Reproduce
Steps to reproduce the behavior:
- Have Interactive chat and protocol lib
- Wait for it to happen (Exact reproduction steps unknown)
Expected behavior
Chat continued to function
Screenshots
Here is what /claimlist (from griefdefender) looks like after the error in the log below is thrown
Here is what it should look like
Version Info
https://pastebin.com/m5WUFH7S
Additional context
Log that gets thrown https://pastebin.com/FF7vizNw
Seems to be a duplicate of #1734