rexlManu / FairyChat

The next generation chat plugin for managing your server's chat.
https://modrinth.com/plugin/fairychat
MIT License
20 stars 0 forks source link

[Feature Suggestion] Disable mojang chat authentication #15

Open HYDeath opened 1 year ago

HYDeath commented 1 year ago

Because of my side of the regional network specificity, from time to time will not be able to connect to the mojang server, resulting in sometimes chat message validation failure, resulting in a collective drop, but this is a non-essential thing in our place, I hope to be able to come up with a disable the validation of the chat (seems like I looked at the possibility of a great deal of possibility is to chat report this.)

rexlManu commented 1 year ago

Hi, I'm aware of that problem, the only solution currently is using https://modrinth.com/plugin/freedomchat that will send all chat messages as System Messages and so player don't get kicked for vailidation failure. Also the "red" bar will be shown for chat messages.

I was planing to include my functionality myself into the plugin but I would like to keep this plugin working from version 1.19.2+ and the fix requires NMS dependet code.

HYDeath commented 1 year ago

Hi, I'm aware of that problem, the only solution currently is using https://modrinth.com/plugin/freedomchat that will send all chat messages as System Messages and so player don't get kicked for vailidation failure. Also the "red" bar will be shown for chat messages.

I was planing to include my functionality myself into the plugin but I would like to keep this plugin working from version 1.19.2+ and the fix requires NMS dependet code.

Ok, looking forward to your updates.

Akiranya commented 1 year ago

hey! this plugin might be useful for this issue: https://github.com/KaspianDev/AntiPopup

rexlManu commented 1 year ago

hey! this plugin might be useful for this issue: https://github.com/KaspianDev/AntiPopup

I checked it out and does the same as FreedomChat only version independent, so yea its a alternative to FreedomChat.

I still thinking about to include something like that too, but I would prefer to depend on ProtocolLib for modifying the packets.