retrooper / packetevents

PacketEvents is emerging as a strong contender in the realm of Minecraft packet processing libraries. Designed to simplify packet manipulation while delivering high performance, this powerful tool aims to demystify the complexities of projects utilizing packets.
GNU General Public License v3.0
513 stars 148 forks source link

Let sendPacketSilently still call the wrapped encoder in our encoder. #261

Closed retrooper closed 2 years ago

retrooper commented 2 years ago

This can be solved by making a custom encode method in our encoder, that will not let packetevents process the outgoing packet, BUT plugins like viaversion obviously should still translate it!

retrooper commented 2 years ago

Will be fixed in our injector rewrite https://github.com/retrooper/packetevents/tree/protocollib_compat