In this version the use of FabricAPI has been updated to version 0.91.1, which is the minimum required from now on. Also the detection of locally executed messages in Paper has been improved and the waiting time has been reduced according to several tests.
What's Changed
- misc: Reduced default timeout to 45 milliseconds
- perf(paper): Improved local message execution detection
- fix(fabric): Remove queued data on disconnect
- fix(fabric): Updated FabricAPI usage
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2
This version will be the only and last version for 1.20.1. It contains all the changes of SignedVelocity up to version 1.2.1, including the reduction of the default timeout to 45 milliseconds.
This release solves the problem of message duplication due to a packet sending desynchronization that could happen occasionally. It also supports deprecated plugins that cancel chat messages through deprecated events.
What's Changed
- fix: Rewritten backend signed queue logic
- fix: Advance with the queue in case a deprecated plugin cancels the chat
- feat(paper): Implement Debug logger
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1
What's Changed
- Implement Fabric support in https://github.com/4drian3d/SignedVelocity/pull/32
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.1.0...1.2.0
What's Changed
-
Added support for changing the secured status sent to the player using VPacketEvents or PacketEvents in https://github.com/4drian3d/SignedVelocity/pull/28
-
Added Minestom support in https://github.com/4drian3d/SignedVelocity/pull/29
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.0.3...1.1.0