Releases: retrooper/packetevents
v1.2.5 Release
Version 1.2.5 is stable!
Lots and lots of new features and massive optimizations!
File size reduced by almost 50%!
Changelog:
• ServerTickEvent now contains a tick count and an optional time argument.
• Util to get Server TPS added(supporting 1.7.10-1.15.2)
• PlayerInjectEvent added
• PlayerUninjectEvent added
• Ability to download source code and include in your project added
• Wiki api examples and wiki setup guide added
• Multiple packages moved, better package organization
• Useless comments removed
• Massive code cleanup, now using reflection and not writing each wrapper one time for each version.
• More fields added in PacketWrapper classes!
• Many bugs fixed like Player failing to inject
• Wrapper classes naming pattern changed from WrappedPacketPlayIn... to WrappedPacketIn...
Same will apply for future Out packets!
v1.2 Release
1.2 is now officially released!
• The API has changed quite a bit, so please check out the new Wiki docs!
• Wiki added for 1.2 release: https://github.com/purplexdev/packetevents/wiki
• Wiki contains a setup guide and API examples
• Bugs fixes
• 80 github commits reached(goal is 100)
• Asynchronous player injection (improved)
v1.1.9 Release
Few bugs fixed,
Optimizations(example: injecting player asynchronously)
v1.1.8 Release
What changed?
• Player Injecting errors fixed and optimized
• Class packages changed so its more understandable(you will need to reimport some classes)
• Custom events support, CustomMoveEvent(example event) created in me.purplex.packetevents.example package.
CustomMoveEvent is called in TestExample class located in the same package.
• PacketManager optimized
• Bugs fixed
v1.1.7
Version 1.1.7 released
Sadly no new features, I was too busy fixing bugs!
There were too many bugs in versions 1.9 and above!
Make sure to keep your versions up to date!
• Massive code cleanup
• Minimalized reflection usage
• Optimized all reflection usages
• 1.9+ wrapper field bugs fixed.(some wrapper classes spat out errors in 1.9 and above)
v1.1.6
Whats new?
• Wrapper for: PacketPlayInFlying, PacketPlayInPosition, PacketPlayInPosition_Look
• Event system cleaned up, it is now possible to create and call your own events with my system.
PacketEvents.getPacketManager().callEvent(PacketEvent e); is how you call an event
Create your event by extending the PacketEvent class.
• Packages have been moved and the project is way more organized now!(imports changed)
• Bug fixes
• Optimizations
Join my coding help discord: https://discord.gg/X8W4d77
v1.1.4
Version 1.1.4 release
TinyProtocol is no longer a dependency.
License has been changed to GPL3.
• 1.7.10 wrapper support
• Use_Entity packet wrapper optimized(1.7->1.15)
• Abilities wrapper added(1.7->1.15)
• Block_Dig wrapper added(1.7->1.15)
• No longer supported on craftbukkit servers
•Support on spigot and paperspigot servers.
It is recommended to use this on one of these spigot server versions, but ofcourse 1.7.10->1.15 spigot servers are supported.
These recommended versions are tested more frequently.
On the other hand, the other versions are rarely or maybe not even tested at all.(they still should work fine!)
•1.8.8 spigot/paperspigot
•1.7.10 spigot/paperspigot
•1.13.2 spigot
v1.1.3 Release
All bugs have been fixed.
Previous versions weren't working, now everything has been improved.
Updates:
• Optimizations, now use NMS instead of Reflection
• TinyProtocol dependency removed.
• Stable support for 1.8->1.15 spigot servers, if any issues with spigot servers(paperspigot) in this range, report to me!
• More organization with wrappers ->WrappedPacketPlayInUseEntity wrapper added
• Not supporting craftbukkit servers anymore!
Next update?:
• 1.7.10 spigot server support!
• More Wrappers
• New license
v1.1.2 Release
Imports fix attempt
v1.1.1 Release
ServerVersion bugs fixed