ProtocolLib 2.7.0

Details

  • Filename
    ProtocolLib-2.7.0.jar
  • Uploaded by
  • Uploaded
    Sep 1, 2013
  • Size
    995.20 KB
  • Downloads
    51,733
  • MD5
    a015298280dad95829b714b2611816a6

Supported Bukkit Versions

  • CB 1.6.2-R0.1
  • 1.4.7
  • 1.2.5

Changelog

Build: #127

It's been a month, and it's time for yet another bug fix release - this time to address a couple of issues with the INTERCEPT_BUFFER feature introduced in 2.5.0 regarding certain plugins and Spigot, along with some API improvements. Spigot users are advised to upgrade.

An interesting bug was reported in issue 118 - asynchronous listeners, which were introduced way back in 1.2.0, can actually player actions to be performed twice. If you have noticed problems such as doors closing and opening, blocks being double-placed, etc., I urge you to upgrade.

Finally, I've added a new convenience method to PacketManager - broadcastServerPacket(), with three different overloads that allow you to broadcast a packet to every player on the server, every player tracking a given entity or every player within a certain radius.

Features

Bug fixes

API changes