What's Changed
- Fixed VelocityCTD compatibility
- Downgraded Sponge module version. The supported versions are now SpongeAPI 10 (works exclusively with API 10) and SpongeAPI 12 (works with all versions above API 12 at the moment). This has been done because there is no functionality in SignedVelocitySponge that has been modified since API 12 (except for API 11, which has no support whatsoever)
- Removed Sponge API 8 support
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.4.0...1.4.1
What's Changed
- Added SpongeAPI 14+ support
- Fixed Minestom module loading
- Use ServerConnection instead of RegisteredServer in https://github.com/4drian3d/SignedVelocity/pull/122
- Paper: Refactor local execution detection in https://github.com/4drian3d/SignedVelocity/pull/163
Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0
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