What's Changed
- Fix channel registration in order to fix exploit
- fix: Fixed Chat handling on Fabric
- feat: Published SignedVelocity Minestom module
- From this version onwards, the Minestom module will be released as a library so that it can be easily integrated into any Minestom-based project.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.4drian3d:signedvelocity-minestom:1.3.0")
}
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.4...1.3.0
- feat: Added back and improved secure chat popup support
- feat(velocity): Use the newly added plugin message API
- fix: Fixed Fabric 1.21 support
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4
- feat: Added back and improved secure chat popup support
- feat(velocity): Use the newly added plugin message API
- fix: Fixed Fabric 1.21 support
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4
- Fixed some plugin messaging issue
This version is being released as beta, it is recommended to install it until the official version with full support for Minecraft 1.21 is released. To fix the exploit only requires updating the Velocity module, so this version works with any previous version of SignedVelocity.
- Fixed Velocity 3.3.0 Support when using VPacketEvents