xGinko / AnarchyExploitFixes

Fix exploits on anarchy Minecraft servers
GNU General Public License v3.0
283 stars 53 forks source link

Replace ProtocolLib with PacketEvents #194

Closed xGinko closed 3 months ago

xGinko commented 4 months ago

The biggest issue with using ProtocolLib right now is consistently reading packets across multiple different versions. PacketEvents provides reliable cross-version compatible packet wrappers.

Switching would benefit both the end user and the developer as the plugin will be more compatible and maintenance for packet modules significantly decreased.

Regomy commented 3 months ago

up

xGinko commented 3 months ago

Part one

xGinko commented 3 months ago

More changes have been made, initial basic tests look promising

xGinko commented 3 months ago

basically done, only anti-boatfly needs a better implementation