Summary
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
Code (Java):
boolean proxy
= PacketEvents.
getAPI
(
).
getInjector
(
).
isProxy
(
)
;
Learn how to use 2.0.0 by following our Wiki
Thanks for all the support after the 2.0.0 release, here is a patch update, please update to this for the latest bug fixes and features.