1.8.8: PacketType.Play.Server.CHAT not firing for 5.0.0-SNAPSHOT b553
kangarko opened this issue ยท 3 comments
Describe the bug
PacketType.Play.Server.CHAT not firing for 5.0.0-SNAPSHOT b553
To Reproduce
Using the code on the image below the latest 5.0.0 snapshots won't fire onPacketSending for any chat message. They still fire the method for commands such as /help. ProtocolLib 4.8.0 works perfectly fine.
Despite what the image suggests, there should be an additional SENDING PACKET console log after Hey! which there is not, the method is not getting fired at all for chats.
Even if I completely disable chat formatting in ChatControl plugin it still won't get fired.
Duplicate of #1576