Changelog
- Support for 1.20.2
- Minor bug fixes (Channel finding on modern versions, MerchantOffers wrapper, Some Adventure API exceptions)
API Additions
- PacketConfigReceiveEvent, PacketConfigSendEvent
- EntityMetadataProvider interface created, allowing external PacketEvents Addons to provide more advanced abstraction to our entity metadata system
Learn how to use 2.1.0 by following our Wiki
Bug fixes
- Sending packets now works on proxies no matter the client version of the target. Just make sure the specific wrapper exists on the target's server version.
- Minor fix to item mappings for versions 1.12 and older
- Added missing constructors, getters and setters for WrapperPlayServerHurtAnimation
API additions
- You can now detect if the current platform is a proxy or not
boolean proxy = PacketEvents.getAPI().getInjector().isProxy();
Bug fixes
- Minor fix to item mappings for versions 1.12 and older
- Added missing constructors, getters and setters for WrapperPlayServerHurtAnimation
API additions
- You can now detect if the current platform is a proxy or not
boolean proxy = PacketEvents.getAPI().getInjector().isProxy();
1.20.1 support
- Added 1.20 & 1.20.1 support
- Fixed BungeeCord injector -> You can now listen to packets on proxies
1.20.1 support
- Added 1.20 & 1.20.1 support