ProtocolLib

3M Downloads

(Server/Client).CHAT packet

RaiTaki opened this issue ยท 1 comments

commented
  • This issue is not solved in a development build

Describe the bug
PacketType.Play.(Server/Client).CHAT packet listening isn't working.

To Reproduce
Steps to reproduce the behavior:

  1. Registered my listener.
  2. Debugged it.

Expected behavior
Get the PacketType.Play.(Server/Client).CHAT packet.

Screenshots
image

Version Info
https://pastebin.com/FSqVsv75

Additional context
I tried PacketType.Play.Server.SET_ACTION_BAR_TEXT too, didn't work.

commented

On Minecraft 1.19 there is a new packet: PacketType.Play.Server.SYSTEM_CHAT
Only signed chat uses the "old" CHAT packet