Skip to content

2.0.1

Compare
Choose a tag to compare
@retrooper retrooper released this 11 Sep 22:56
· 1183 commits to 2.0 since this release

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
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.