-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clientbound/minecraft:system_chat #1130
Comments
Experiencing the same issue, the "dialogue" box from typewriter wouldn't exit and just stays in the chat, sending that error message |
could you please provide a clear way to reproduce this issue? |
Hey! This happens with typewriter plugin, usually happens (at least in my case) when a dialogue goes in the chat and there are "options" you need to select and when you choose one, the dialogue SHOULD go out/be cleared, but it doesn't and sends this error instead. |
@booky10, author of Typewriter here 👋. I've seen this issue come up multiple times. For most users, it is likely that another plugin is sending messages with the This error occurs because Typewriter listens for system chat packets and attempts to read their content.
I don't think this is something I can change myself; it needs to be fixed in packetevents. |
packetevents reads and writes components from/to serialized nbt, so im not how this class cast exception happens I didn't do much investigation on this issue yet - do you happen to send components read via packetevents through the paper api? |
Typewriter is not the plugin sending the messages. We have a Someone on the Typewriter Discord mentioned that Triton might be the cause. I have not verified this myself, but it might give you a lead. |
I can say that it's not because of Triton because I have no idea about it since I don't use/have it. |
I use the triton plugin which is a message translation plugin, I removed all the plugins from my server, added the typewriter and its dependencies, and to test why it was failing I first added Triton, as soon as I added it, the dialog messages stopped appearing and I got an error with the chat management, now I removed that plugin and it works fine for me. |
Describe the bug
https://pastebin.com/DsSzjR02
Software brand
5.4.0-SNAPSHOT-739
packetevent 2.7.1+2a137b005-SNAPSHOT
How To Reproduce
I use the plugin TypeWriter
The text was updated successfully, but these errors were encountered: