Aust1n46 / VentureChat

GNU General Public License v3.0
37 stars 46 forks source link

Chat messages not showing for 1.20.3 clients playing on 1.20.1 servers. #100

Open Dawlnken opened 7 months ago

Dawlnken commented 7 months ago

I use ViaVersion to allow newer versions to join on my server. When a player joins the server and send a chat message, the messages appear blank. even the prefix doesn't show. It just appear a blank message. The message is sent and it appears in the console, but not for the client. I unninstalled venturechat and the chat works normally again.

image

To reproduce:

Expected behavior:

Useful info

Thank you for your help.

Talesu commented 6 months ago

Having the same issue

Aust1n46 commented 6 months ago

I don't know what if any protocol changes were made for 1.20.3.

The packet data must be being translated in such a way that 1.20.3 clients can't read it.

I don't know what if anything I can do about that.

NullOrNaN commented 5 months ago

Having this issue, too. It's impacting a Velocity-enabled setup that's similarly set up. We use Via version on the proxy and are running 1.20.2 on the backend servers. We only seem to have it with /msg, which is a cross-server-enabled setting. I suspect if I disable it on my servers that it will correct the chat problem. Hopefully that helps.