Skip to content

v1.7.9

Compare
Choose a tag to compare
@retrooper retrooper released this 23 Nov 12:13
· 755 commits to master since this release
bd1e4e7

CHANGELOG

I tried to prioritize bug fixes rather than new features to prevent the creation of new bugs in this update.
I tested everything and everything should be working fine!

BUG FIXES
  • Cached Entity Not Found when accessed in wrappers FIXED
  • ClientVersion was unresolvable for 1.16.3 and 1.16.4 clients FIXED
  • PacketEvents failing to inject you and doesn't call any events for your player (RARE BUG) fixed.
    This bug could only happened if you had injectEarly set to true.
  • PacketEvents' version lookup utilities now prioritizes ViaVersion, then ProtocolLib and then lastly ProtocolSupport.
    There was a bug where ProtocolSupport errored if PacketEvents used it for the protocol version lookup.
  • UpdateChecker not working FIXED
NEW FEATURES
  • PostPlayerInjectEvent created, this event is fired after the ClientVersion gets resolved.
    The event contains the client version and the netty channel object.
    The event is always called synchronously and it is recommended to register all your player data in this event.