ProtocolLib 1.4.0

Details

  • Filename
    ProtocolLib_1.4.0.zip
  • Uploaded by
  • Uploaded
    Oct 16, 2012
  • Size
    506.12 KB
  • Downloads
    605
  • MD5
    14c48f4115a5d7e23e3458f444b445b4

Supported Bukkit Versions

  • CB 1.3.2-R1.0

Changelog

I've added support for intercepting packets during the login phase. This includes the server information displayed in the client's multiplayer screen (ServerListPingEvent), making it possible to alter the displayed number of currently logged in players.

ProtocolLib will now only use hooks when it's strictly necessary, so a server with only ProtocolLib running will not use any additional resources. It's only when a plugin adds packet listeners that this extra resource consumption will kick in.

Features

Performance

API changes