Skip to content

Fixing compatiiblity errors on multiple versions [v1.10.1 Release]

Compare
Choose a tag to compare
@funkemunky funkemunky released this 14 Dec 18:04
· 129 commits to master since this release

Changes

  • Fixes errors inside of WrappedInCustomPayload.
  • Added new UpdatingButton object for use in menus, to automatically update button meta inside of ChestMenus.
  • Fixed MessageHandler API grabbing message values improperly.
  • Removing Block#getNewData usages.
  • Fixing async issues with later version of Minecraft with fences, doors, and walls.
  • Added back old classes that were previously removed, causing incompatibilities with older plugins.
  • Added more WrappedPacketDataSeralizer options.
  • Fixing WrappedOutTransaction on multiple versions of Minecraft.
  • Fixing WrappedOutChatPacket on 1.7.10.
  • Fixing WrappedOutEntityTeleportPacket on 1.8 and 1.7.10
  • Fixing reflection errors in CraftReflection
  • Updated dependencies for security and reliability reasons