Skip to content

v1.7.7

Compare
Choose a tag to compare
@retrooper retrooper released this 16 Nov 17:00
· 777 commits to master since this release
38c4f32

Changelog

BUG FIXES

  • Accessing Entity by ID on servers with more than one world ERROR FIX
  • Possibly cleared console error spam on player injection failures, by handling the exception and kicking the player instead.(Fix only for developers with the "earlyInject" setting disabled)

CHANGES/FEATURES

  • In the WrappedPacketOutChat(String, ChatPosition, UUID) constructor, the String(=message) shouldn't be passed in JSON string format, it can be passed in as an ordinary string message!
    Example:
WrappedPacketOutChat packet = new WrappedPacketOutChat("Hello", ChatPosition.CHAT, uuid);