Skip to content

Releases: retrooper/packetevents

v1.2.5 Release

28 May 18:27
Compare
Choose a tag to compare

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

25 May 17:40
Compare
Choose a tag to compare

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

07 May 15:02
Compare
Choose a tag to compare

Few bugs fixed,
Optimizations(example: injecting player asynchronously)

v1.1.8 Release

04 May 15:10
Compare
Choose a tag to compare

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

01 May 12:53
Compare
Choose a tag to compare

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

30 Apr 09:18
Compare
Choose a tag to compare

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

29 Apr 08:30
Compare
Choose a tag to compare

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

28 Apr 12:35
Compare
Choose a tag to compare

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

27 Apr 11:34
Compare
Choose a tag to compare

Imports fix attempt

v1.1.1 Release

27 Apr 10:23
Compare
Choose a tag to compare

ServerVersion bugs fixed