Skip to content

v1.2.5 Release

Compare
Choose a tag to compare
@retrooper retrooper released this 28 May 18:27
· 1231 commits to master since this 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!