PacketEvents.getSettings().setIdentifier(String); DEPRECATED, as it is now unneeded.Thanks to -- @NikV2
PacketEvents now generates a random identifier for your plugin if you don't set an identifier before calling PacketEvents.start(Plugin)
Nullpointer for accessing entity in many wrappers fixed
Setting to enable Asynchronous player uninjections(massive performance boost) which sadly does sacrifice reload support, therefore is set to false by default. Thanks to -- @NikV2
Code (Text):
public Entity getEntity();
WrappedPacketOutChat now containing a ChatPosition enum, sending the WrappedPacketOutChat should be stable but listening to it is MOST LIKELY UNSTABLE, therefore it was marked with the 'Beta' annotation