+ Skip bytes on decode to make cancellation safer.
+ Added API-Version to avoid issues in new servers.
+ Added 1.12+ packet types.
+ Added support for other Spigot forks.
* Updated netty version.
- Removed injection message.
Most of the API had been recoded, plugins will be incompatible until they update!
* Our API is now using the Bukkit Event API instead of our own Event API. (Now you register
PacketReceiveEvent,
PacketSendEvent,
PacketDecodeEvent like normal Bukkit events)
* Improved performance and reduced redundancy Added , getChannel and getNetworkManager to HamsterPlayer
- Removed getPipeline from reflection util HamsterPlayer is now obtained from HamsterAPI.getHamsterPlayerManager()
* Changed HamsterPlayer location to dev._2lstudios.hamsterapi.hamsterplayer
* Replaced getFirstPlayer() with getRandomPlayer() on Utilities
* Fixed incompatibility with some plugins
+ Partial rewrite of some parts of the API.
+ Better performance with HamsterPlayer() objects.
+ Fixed the broken 0.0.6 update into a properly working one. (Tested compatibility with ViaVersion and 1.15.2)