LOOHP / InteractiveChat

Add click and hover events to chat messages!
https://www.spigotmc.org/resources/75870/
GNU General Public License v3.0
159 stars 27 forks source link

Question about "Cancelled a chat packet" #122

Closed MisterLolxd2 closed 1 year ago

MisterLolxd2 commented 1 year ago

Can i disable this "[InteractiveChat] Cancelled a chat packet bounded to Misterlolxd2 that is 41006 characters long (Longer than maximum allowed in a chat packet), sending original unmodified message instead! [THIS IS NOT A BUG]" ?

LOOHP commented 1 year ago

Debug messages can be hidden via the config option Options.ShowCancelledNotice

MisterLolxd2 commented 1 year ago

I do not mean to disable the message, but to disable this annoying option.

LOOHP commented 1 year ago

It's there for a reason, the max length of a chat packet is set by Minecraft and cannot be changed.

MisterLolxd2 commented 1 year ago

This option just with minecraft has nothing to do and cancels the message when you type the command /plugins xD

LOOHP commented 1 year ago

Can you show me your config?

MisterLolxd2 commented 1 year ago

https://pastebin.com/xvweyBvU

LOOHP commented 1 year ago

Config looks fine, in that case, your /plugin output is probably just too long to be sent with the proper json formatting (without using legacy color codes). I guess I could add an option to send messages with legacy color codes if they are too long but until then this is an unfortunate side effect.

MisterLolxd2 commented 1 year ago

Ok, thanks for information.