mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2024-12-11 03:53:32 +01:00
476a918794
This occurs whenever a listener is added or removed. A listener can now specify whether or not it's listening for packets sent BEFORE a player has logged in (every packet upto Packet1Login and a few more), or AFTER. By default, listeners only receive notifcation of packets sent and received after. ProtocolLib will now only hook NetLoginHandler if there's a login listener, and vice versa. Thus, the new login feature will only tax the server if another plugin is using it. In addition, ProtocolLib will not consume any resources when it's not serving any listeners. |
||
---|---|---|
.. | ||
.settings | ||
src | ||
.classpath | ||
.gitignore | ||
.project | ||
dependency-reduced-pom.xml | ||
pom.xml |