ProtocolLib 1.7.1

Details

  • Filename
    ProtocolLib-1.7.1.jar
  • Uploaded by
  • Uploaded
    Dec 3, 2012
  • Size
    644.45 KB
  • Downloads
    5,987
  • MD5
    b3014693e15feb50fe5df56fe741da44

Supported Bukkit Versions

  • CB 1.4.5-R0.2

Changelog

There's not a whole lot left to add to ProtocolLib, so this is just a small update that corrects a couple of bugs - a minor timing bug and a couple of mistakes in the DataWatcher wrapper. These may cause problems in some rare instances, though they're mostly just an annoying source of spam. Upgrading is not really required, but it will ensure that this will never be an issue.

In addition, I've added a couple of convenience methods:

  • ProtocolManager.getEntityTrackers(Entity), which will return a list of every player that is tracking/observing the given entity. This is useful if you want to modify an entity locally, and only want to send packets to clients that are actually nearby.
  • PacketContainer.deepClone(), which clones the current packet by "sending it" to a byte buffer and reading it back again. This can be used in the workaround I posted about Packet5EntityEquipment.

New features

Bug fixes

Small fixes