BTELNYY / btelnyy-nochatreport

Prevent Minecrafts new Chat reports from working while allowing for secure chat
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

Maybe, use packets for message replication #5

Closed DrupalDoesNotExists closed 2 years ago

DrupalDoesNotExists commented 2 years ago

You can use Player Chat Message (0x30) packet for that purposes. It will be more secure and will probably run faster.

Reference: https://wiki.vg/index.php?title=Protocol#Player_Chat_Message

BTELNYY commented 2 years ago

Hmmm, I see no reason this would be an issue to implement, I will do so when I can. Thank you