搜索历史
清空
暂无搜索历史
论坛热搜
1
Jenny — 有趣的模拟女友模组|珍妮模组
热
3
上古老物 冒险者传说 by WhiteSword
新
5
洛心斗罗-福利|公会据点战|武魂||抽奖|最终版
2
乌托邦探险之旅3.2
热
4
幻虚斗罗V1.5
6
水星迫降——在未知的世界中挣扎
登陆 注册 QQ登陆
快捷导航
查看: 182|回复: 0

[模组分享] SignedVelocity (SignedVelocity)-MOD模组

[复制链接]

5564

主题

27

回帖

7648

积分

龙❁妻

Rank: 8Rank: 8

经验
7648 EP
金粒
2017 粒
绿宝石
20 块
爱心
0 点
发表于 2025-8-10 19:16:38 | 显示全部楼层 |阅读模式
SignedVelocity (SignedVelocity)Github |相关wiki |源站链接支持: fabric , folia , paper , purpur , quilt , sponge , velocity允许您在不同步问题的情况下取消或修改Velocity的消息或命令

---

要求

- Java 17+

- Velocity 3.2.0+

#### *后端:*

- Java 17+

- Paper 1.19.4+ 或 Sponge 1.16.5+ (API 8.1+)

- Sponge API 8.1/10+

- Minestom

- Fabric 1.20.1/1.20.2+

---

特性

- 使用插件消息将Velocity消息和命令的修改和取消状态传输到您的后端服务器。这样可以避免聊天链同步问题,并通过正确同步消息避免Velocity的安全检查。

- 支持使用Velocity的聊天报告(可以使用外部插件如FreedomChat禁用,_不建议_)

- 可以在登录每个服务器时移除不安全的聊天警告。需要[VPacketEvents](链接) 或 [PacketEvents](链接)

  - ![SignedVelocitySignedStatus](链接)

---

安装

为了使SignedVelocity正常工作,您必须在Velocity和所有服务器上都安装它

Velocity

- 下载SignedVelocity-Proxy

- 将其拖放到Velocity的插件文件夹中

- 可选择安装VPacketEvents或PacketEvents以移除不安全的服务器警告

- 启动您的代理

Paper

- 下载SignedVelocity-Paper

- 将其拖放到您的Paper插件文件夹中

- 启动您的服务器

Sponge

- 下载与您服务器兼容的SignedVelocity-Sponge版本。

  SignedVelocity-Sponge-8支持API 8.1和9,SignedVelocity-Sponge-10支持API 10和11

- 将其拖放到您的Sponge插件/模组文件夹中

- 启动您的服务器

Fabric

- 下载与您服务器版本相对应的SignedVelocity Fabric版本

- 将其拖放到您的Fabric模组文件夹中

- 启动您的服务器

Minestom

- 下载SignedVelocity-Minestom

- 将其拖放到您的Minestom扩展文件夹中

- 启动您的服务器

---

为什么选择SignedVelocity而不是UnSignedVelocity?

UnSignedVelocity是一个插件,可以删除Velocity中阻止或修改玩家执行的具有1.19.1或更高版本且具有有效SignedKey的聊天或命令的限制。虽然这通常有效,但自从版本1.19.3以来出现了问题,随着Mojang在聊天报告系统中实施了更多安全检查,已经驱使玩家从代理服务器中被踢出。

SignedVelocity解决了所有这些问题,将聊天和命令的阻止和修改同步到后端服务器,在那里可以修改聊天。

[video]https://www.youtube-nocookie.com/embed/5bfYy1kQwGk[/video]

---

数据统计

[![metrics](链接)](链接)

截图:



来自Modrinth所有游戏版本1.211.21.11.21.21.21.31.19.41.201.20.11.20.21.20.31.20.41.20.51.20.61.21.41.21.51.191.19.11.19.21.19.31.16.51.171.17.11.181.18.11.18.21.7.21.7.31.7.41.7.51.7.61.7.71.7.81.7.91.7.101.81.8.11.8.21.8.31.8.41.8.51.8.61.8.71.8.81.8.91.91.9.11.9.21.9.31.9.41.101.10.11.10.21.111.11.11.11.21.121.12.11.12.21.131.13.11.13.21.141.14.11.14.21.14.31.14.41.151.15.11.15.21.161.16.11.16.21.16.31.16.4所有类型fabricquiltfoliapaperpurpurspongevelocitySignedVelocity Fabric 1.3.0SignedVelocity-Fabric-1.3.0.jar下载1.3.0#Release## What\'s Changed* [Fix channel registration in order to fix exploit](https://github.com/4drian3d/SignedVelocity/pull/116)* [fix: Fixed Chat handling on Fabric](https://github.com/4drian3d/SignedVelocity/commit/bcdc65254fddbf1341182fa410838c20bcd4cfb9)* [feat: Published SignedVelocity Minestom module](https://github.com/4drian3d/SignedVelocity/commit/7eaf668fced3c9728bf48cda724dadada185538f)* 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.```kotlinrepositories {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展开版本: 1.3.0支持游戏: 1.21, 1.21.1, 1.21.2, 1.21.3类型:FabricQuiltRelease下载次数: 570SignedVelocity Paper 1.3.0SignedVelocity-Paper-1.3.0.jar下载1.3.0#Release## What\'s Changed* [Fix channel registration in order to fix exploit](https://github.com/4drian3d/SignedVelocity/pull/116)* [fix: Fixed Chat handling on Fabric](https://github.com/4drian3d/SignedVelocity/commit/bcdc65254fddbf1341182fa410838c20bcd4cfb9)* [feat: Published SignedVelocity Minestom module](https://github.com/4drian3d/SignedVelocity/commit/7eaf668fced3c9728bf48cda724dadada185538f)* 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.```kotlinrepositories {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展开版本: 1.3.0支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5类型: folia paper purpurRelease下载次数: 2,910SignedVelocity Sponge 10 1.3.0SignedVelocity-Sponge-10-1.3.0.jar下载1.3.0#Release## What\'s Changed* [Fix channel registration in order to fix exploit](https://github.com/4drian3d/SignedVelocity/pull/116)* [fix: Fixed Chat handling on Fabric](https://github.com/4drian3d/SignedVelocity/commit/bcdc65254fddbf1341182fa410838c20bcd4cfb9)* [feat: Published SignedVelocity Minestom module](https://github.com/4drian3d/SignedVelocity/commit/7eaf668fced3c9728bf48cda724dadada185538f)* 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.```kotlinrepositories {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展开版本: 1.3.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5类型: spongeRelease下载次数: 96SignedVelocity Sponge 8 1.3.0SignedVelocity-Sponge-8-1.3.0.jar下载1.3.0#Release## What\'s Changed* [Fix channel registration in order to fix exploit](https://github.com/4drian3d/SignedVelocity/pull/116)* [fix: Fixed Chat handling on Fabric](https://github.com/4drian3d/SignedVelocity/commit/bcdc65254fddbf1341182fa410838c20bcd4cfb9)* [feat: Published SignedVelocity Minestom module](https://github.com/4drian3d/SignedVelocity/commit/7eaf668fced3c9728bf48cda724dadada185538f)* 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.```kotlinrepositories {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展开版本: 1.3.0支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 25SignedVelocity Proxy 1.3.0SignedVelocity-Proxy-1.3.0.jar下载1.3.0#Release## What\'s Changed* [Fix channel registration in order to fix exploit](https://github.com/4drian3d/SignedVelocity/pull/116)* [fix: Fixed Chat handling on Fabric](https://github.com/4drian3d/SignedVelocity/commit/bcdc65254fddbf1341182fa410838c20bcd4cfb9)* [feat: Published SignedVelocity Minestom module](https://github.com/4drian3d/SignedVelocity/commit/7eaf668fced3c9728bf48cda724dadada185538f)* 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.```kotlinrepositories {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展开版本: 1.3.0支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5类型: velocityRelease下载次数: 7,284SignedVelocity Fabric 1.2.4SignedVelocity-Fabric-1.2.4.jar下载1.2.4#Release* feat: Added back and improved secure chat popup support* [feat(velocity): Use the newly added plugin message API](https://github.com/4drian3d/SignedVelocity/commit/8d5f19b63d3659406a642e4d1cccfee9292bb6fb)* [fix: Fixed Fabric 1.21 support](https://github.com/4drian3d/SignedVelocity/commit/4c6a18783618dfbae49363a8b84352eb3dc7f659)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4展开版本: 1.2.4支持游戏: 1.21类型:FabricQuiltRelease下载次数: 283SignedVelocity Paper 1.2.4SignedVelocity-Paper-1.2.4.jar下载1.2.4#Release* feat: Added back and improved secure chat popup support* [feat(velocity): Use the newly added plugin message API](https://github.com/4drian3d/SignedVelocity/commit/8d5f19b63d3659406a642e4d1cccfee9292bb6fb)* [fix: Fixed Fabric 1.21 support](https://github.com/4drian3d/SignedVelocity/commit/4c6a18783618dfbae49363a8b84352eb3dc7f659)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4展开版本: 1.2.4支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型: folia paper purpurRelease下载次数: 1,023SignedVelocity Sponge 10 1.2.4SignedVelocity-Sponge-10-1.2.4.jar下载1.2.4#Release* feat: Added back and improved secure chat popup support* [feat(velocity): Use the newly added plugin message API](https://github.com/4drian3d/SignedVelocity/commit/8d5f19b63d3659406a642e4d1cccfee9292bb6fb)* [fix: Fixed Fabric 1.21 support](https://github.com/4drian3d/SignedVelocity/commit/4c6a18783618dfbae49363a8b84352eb3dc7f659)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4展开版本: 1.2.4支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型: spongeRelease下载次数: 36SignedVelocity Sponge 8 1.2.4SignedVelocity-Sponge-8-1.2.4.jar下载1.2.4#Release* feat: Added back and improved secure chat popup support* [feat(velocity): Use the newly added plugin message API](https://github.com/4drian3d/SignedVelocity/commit/8d5f19b63d3659406a642e4d1cccfee9292bb6fb)* [fix: Fixed Fabric 1.21 support](https://github.com/4drian3d/SignedVelocity/commit/4c6a18783618dfbae49363a8b84352eb3dc7f659)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4展开版本: 1.2.4支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 50SignedVelocity Proxy 1.2.4SignedVelocity-Proxy-1.2.4.jar下载1.2.4#Release* feat: Added back and improved secure chat popup support* [feat(velocity): Use the newly added plugin message API](https://github.com/4drian3d/SignedVelocity/commit/8d5f19b63d3659406a642e4d1cccfee9292bb6fb)* [fix: Fixed Fabric 1.21 support](https://github.com/4drian3d/SignedVelocity/commit/4c6a18783618dfbae49363a8b84352eb3dc7f659)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.3...1.2.4展开版本: 1.2.4支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型: velocityRelease下载次数: 1,716SignedVelocity 1.2.4-BETA2SignedVelocity-Proxy-1.2.4-SNAPSHOT.jar下载1.2.4-BETA2#Beta展开版本: 1.2.4-BETA2支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型: velocityBeta下载次数: 82SignedVelocity Proxy 1.2.4-BETASignedVelocity-Proxy-1.2.4-SNAPSHOT.jar下载1.2.4-BETA#Beta- Fixed some plugin messaging issueThis 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.展开版本: 1.2.4-BETA支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6, 1.21类型: velocityBeta下载次数: 127SignedVelocity Fabric 1.2.3SignedVelocity-Fabric-1.2.3.jar下载1.2.3#Release- Fixed Velocity 3.3.0 Support when using VPacketEvents展开版本: 1.2.3支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 569SignedVelocity Paper 1.2.3SignedVelocity-Paper-1.2.3.jar下载1.2.3#Release- Fixed Velocity 3.3.0 Support when using VPacketEvents展开版本: 1.2.3支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型: folia paper purpurRelease下载次数: 2,095SignedVelocity Sponge 10 1.2.3SignedVelocity-Sponge-10-1.2.3.jar下载1.2.3#Release- Fixed Velocity 3.3.0 Support when using VPacketEvents展开版本: 1.2.3支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型: spongeRelease下载次数: 128SignedVelocity Sponge 8 1.2.3SignedVelocity-Sponge-8-1.2.3.jar下载1.2.3#Release- Fixed Velocity 3.3.0 Support when using VPacketEvents展开版本: 1.2.3支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 114SignedVelocity Proxy 1.2.3SignedVelocity-Proxy-1.2.3.jar下载1.2.3#Release- Fixed Velocity 3.3.0 Support when using VPacketEvents展开版本: 1.2.3支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5类型: velocityRelease下载次数: 2,216SignedVelocity Fabric 1.2.2SignedVelocity-Fabric-1.2.2.jar下载1.2.2#ReleaseIn 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](https://github.com/4drian3d/SignedVelocity/commit/7697694695c790cd3b55648fdd57507dd89113e2)* [perf(paper): Improved local message execution detection](https://github.com/4drian3d/SignedVelocity/commit/b2506cef3e52b19cda85df8a3510525cb1947998)* [fix(fabric): Remove queued data on disconnect](https://github.com/4drian3d/SignedVelocity/commit/66227ce390213a9a9770c89b3d499d4014ff049b)* [fix(fabric): Updated FabricAPI usage](https://github.com/4drian3d/SignedVelocity/commit/b473e2301e54e206a8d4c883ae5b4923669b22d2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2展开版本: 1.2.2支持游戏: 1.20.2, 1.20.3, 1.20.4类型:FabricQuiltRelease下载次数: 156SignedVelocity Paper 1.2.2SignedVelocity-Paper-1.2.2.jar下载1.2.2#ReleaseIn 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](https://github.com/4drian3d/SignedVelocity/commit/7697694695c790cd3b55648fdd57507dd89113e2)* [perf(paper): Improved local message execution detection](https://github.com/4drian3d/SignedVelocity/commit/b2506cef3e52b19cda85df8a3510525cb1947998)* [fix(fabric): Remove queued data on disconnect](https://github.com/4drian3d/SignedVelocity/commit/66227ce390213a9a9770c89b3d499d4014ff049b)* [fix(fabric): Updated FabricAPI usage](https://github.com/4drian3d/SignedVelocity/commit/b473e2301e54e206a8d4c883ae5b4923669b22d2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2展开版本: 1.2.2支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型: folia paper purpurRelease下载次数: 338SignedVelocity Sponge 10 1.2.2SignedVelocity-Sponge-10-1.2.2.jar下载1.2.2#ReleaseIn 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](https://github.com/4drian3d/SignedVelocity/commit/7697694695c790cd3b55648fdd57507dd89113e2)* [perf(paper): Improved local message execution detection](https://github.com/4drian3d/SignedVelocity/commit/b2506cef3e52b19cda85df8a3510525cb1947998)* [fix(fabric): Remove queued data on disconnect](https://github.com/4drian3d/SignedVelocity/commit/66227ce390213a9a9770c89b3d499d4014ff049b)* [fix(fabric): Updated FabricAPI usage](https://github.com/4drian3d/SignedVelocity/commit/b473e2301e54e206a8d4c883ae5b4923669b22d2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2展开版本: 1.2.2支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型: spongeRelease下载次数: 99SignedVelocity Sponge 8 1.2.2SignedVelocity-Sponge-8-1.2.2.jar下载1.2.2#ReleaseIn 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](https://github.com/4drian3d/SignedVelocity/commit/7697694695c790cd3b55648fdd57507dd89113e2)* [perf(paper): Improved local message execution detection](https://github.com/4drian3d/SignedVelocity/commit/b2506cef3e52b19cda85df8a3510525cb1947998)* [fix(fabric): Remove queued data on disconnect](https://github.com/4drian3d/SignedVelocity/commit/66227ce390213a9a9770c89b3d499d4014ff049b)* [fix(fabric): Updated FabricAPI usage](https://github.com/4drian3d/SignedVelocity/commit/b473e2301e54e206a8d4c883ae5b4923669b22d2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2展开版本: 1.2.2支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 81SignedVelocity Proxy 1.2.2SignedVelocity-Proxy-1.2.2.jar下载1.2.2#ReleaseIn 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](https://github.com/4drian3d/SignedVelocity/commit/7697694695c790cd3b55648fdd57507dd89113e2)* [perf(paper): Improved local message execution detection](https://github.com/4drian3d/SignedVelocity/commit/b2506cef3e52b19cda85df8a3510525cb1947998)* [fix(fabric): Remove queued data on disconnect](https://github.com/4drian3d/SignedVelocity/commit/66227ce390213a9a9770c89b3d499d4014ff049b)* [fix(fabric): Updated FabricAPI usage](https://github.com/4drian3d/SignedVelocity/commit/b473e2301e54e206a8d4c883ae5b4923669b22d2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2展开版本: 1.2.2支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4类型: velocityRelease下载次数: 430SignedVelocity 1.2.2-Fabric-1.20.1SignedVelocity-Fabric-1.2.2-Fabric-1.20.1.jar下载1.2.2-Fabric-1.20.1#ReleaseThis 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.展开版本: 1.2.2-Fabric-1.20.1支持游戏: 1.20.1类型:FabricQuiltRelease下载次数: 552SignedVelocity Fabric 1.2.1SignedVelocity-Fabric-1.2.1.jar下载1.2.1#ReleaseThis 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](https://github.com/4drian3d/SignedVelocity/commit/ac5b75fa56a28625dcf8234b6d982ff938ed6e68)* [fix: Advance with the queue in case a deprecated plugin cancels the chat](https://github.com/4drian3d/SignedVelocity/commit/4bc8dd4dbde20fab5d51e0b2d680506d7bc391f5)* [feat(paper): Implement Debug logger](https://github.com/4drian3d/SignedVelocity/commit/ea5d3834ff003b4e07840f2907c3eeb39bb48508)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1展开版本: 1.2.1支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 2,119SignedVelocity Paper 1.2.1SignedVelocity-Paper-1.2.1.jar下载1.2.1#ReleaseThis 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](https://github.com/4drian3d/SignedVelocity/commit/ac5b75fa56a28625dcf8234b6d982ff938ed6e68)* [fix: Advance with the queue in case a deprecated plugin cancels the chat](https://github.com/4drian3d/SignedVelocity/commit/4bc8dd4dbde20fab5d51e0b2d680506d7bc391f5)* [feat(paper): Implement Debug logger](https://github.com/4drian3d/SignedVelocity/commit/ea5d3834ff003b4e07840f2907c3eeb39bb48508)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1展开版本: 1.2.1支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: folia paper purpurRelease下载次数: 348SignedVelocity Sponge 10 1.2.1SignedVelocity-Sponge-10-1.2.1.jar下载1.2.1#ReleaseThis 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](https://github.com/4drian3d/SignedVelocity/commit/ac5b75fa56a28625dcf8234b6d982ff938ed6e68)* [fix: Advance with the queue in case a deprecated plugin cancels the chat](https://github.com/4drian3d/SignedVelocity/commit/4bc8dd4dbde20fab5d51e0b2d680506d7bc391f5)* [feat(paper): Implement Debug logger](https://github.com/4drian3d/SignedVelocity/commit/ea5d3834ff003b4e07840f2907c3eeb39bb48508)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1展开版本: 1.2.1支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: spongeRelease下载次数: 85SignedVelocity Sponge 8 1.2.1SignedVelocity-Sponge-8-1.2.1.jar下载1.2.1#ReleaseThis 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](https://github.com/4drian3d/SignedVelocity/commit/ac5b75fa56a28625dcf8234b6d982ff938ed6e68)* [fix: Advance with the queue in case a deprecated plugin cancels the chat](https://github.com/4drian3d/SignedVelocity/commit/4bc8dd4dbde20fab5d51e0b2d680506d7bc391f5)* [feat(paper): Implement Debug logger](https://github.com/4drian3d/SignedVelocity/commit/ea5d3834ff003b4e07840f2907c3eeb39bb48508)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1展开版本: 1.2.1支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 86SignedVelocity Proxy 1.2.1SignedVelocity-Proxy-1.2.1.jar下载1.2.1#ReleaseThis 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](https://github.com/4drian3d/SignedVelocity/commit/ac5b75fa56a28625dcf8234b6d982ff938ed6e68)* [fix: Advance with the queue in case a deprecated plugin cancels the chat](https://github.com/4drian3d/SignedVelocity/commit/4bc8dd4dbde20fab5d51e0b2d680506d7bc391f5)* [feat(paper): Implement Debug logger](https://github.com/4drian3d/SignedVelocity/commit/ea5d3834ff003b4e07840f2907c3eeb39bb48508)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1展开版本: 1.2.1支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: velocityRelease下载次数: 313SignedVelocity Fabric 1.2.0SignedVelocity-Fabric-1.2.0.jar下载1.2.0#Release## 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展开版本: 1.2.0支持游戏: 1.20.2类型:FabricQuiltRelease下载次数: 585SignedVelocity Paper 1.2.0SignedVelocity-Paper-1.2.0.jar下载1.2.0#Release## 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展开版本: 1.2.0支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2类型: folia paper purpurRelease下载次数: 105SignedVelocity Sponge API 10 1.2.0SignedVelocity-Sponge-10-1.2.0.jar下载1.2.0#Release## 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展开版本: 1.2.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: spongeRelease下载次数: 64SignedVelocity Sponge API 8 1.2.0SignedVelocity-Sponge-8-1.2.0.jar下载1.2.0#Release## 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展开版本: 1.2.0支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 57SignedVelocity Proxy 1.2.0SignedVelocity-Proxy-1.2.0.jar下载1.2.0#Release## 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展开版本: 1.2.0支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: velocityRelease下载次数: 109SignedVelocity Paper 1.1.0SignedVelocity-Paper-1.1.0.jar下载1.1.0#Release## 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![SignedVelocitySignedStatus](https://github.com/4drian3d/SignedVelocity/assets/68704415/4a7e2bec-c167-4de1-b827-d188d0afaa56)* 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展开版本: 1.1.0支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: folia paper purpurRelease下载次数: 142SignedVelocity Sponge API 10 1.1.0SignedVelocity-Sponge-10-1.1.0.jar下载1.1.0#Release## 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![SignedVelocitySignedStatus](https://github.com/4drian3d/SignedVelocity/assets/68704415/4a7e2bec-c167-4de1-b827-d188d0afaa56)* 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展开版本: 1.1.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: spongeRelease下载次数: 40SignedVelocity Sponge API 8 1.1.0SignedVelocity-Sponge-8-1.1.0.jar下载1.1.0#Release## 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![SignedVelocitySignedStatus](https://github.com/4drian3d/SignedVelocity/assets/68704415/4a7e2bec-c167-4de1-b827-d188d0afaa56)* 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展开版本: 1.1.0支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 90SignedVelocity Proxy 1.1.0SignedVelocity-Proxy-1.1.0.jar下载1.1.0#Release## 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![SignedVelocitySignedStatus](https://github.com/4drian3d/SignedVelocity/assets/68704415/4a7e2bec-c167-4de1-b827-d188d0afaa56)* 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展开版本: 1.1.0支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: velocityRelease下载次数: 118SignedVelocity Sponge API 10 1.0.3SignedVelocity-Sponge-10-1.0.3.jar下载1.0.3#Release* Added detection of locally executed chat messages by plugins**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.2...1.0.3展开版本: 1.0.3支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: spongeRelease下载次数: 58SignedVelocity Sponge API 8 1.0.3SignedVelocity-Sponge-8-1.0.3.jar下载1.0.3#Release* Added detection of locally executed chat messages by plugins**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.2...1.0.3展开版本: 1.0.3支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 65SignedVelocity Proxy 1.0.3SignedVelocity-Proxy-1.0.3.jar下载1.0.3#Release* Added detection of locally executed chat messages by plugins**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.2...1.0.3展开版本: 1.0.3支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: velocityRelease下载次数: 150SignedVelocity Paper 1.0.3SignedVelocity-Paper-1.0.3.jar下载1.0.3#Release* Added detection of locally executed chat messages by plugins**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.2...1.0.3展开版本: 1.0.3支持游戏: 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: paperRelease下载次数: 123SignedVelocity Sponge API 10 1.0.2SignedVelocity-Sponge-10-1.0.2.jar下载1.0.2#Release* Added detection of locally executed commands by plugins in https://github.com/4drian3d/SignedVelocity/pull/24New jvm flag to disable the detection in case you don\'t have the problem or you want to test the performance problem without this fix:`-Dio.github._4drian3d.signedvelocity.checkForLocalChat=false`* [feat: Made connection timeout between server and proxy configurable](https://github.com/4drian3d/SignedVelocity/commit/12f5446562e7a1879bc4e65f64f66228f29395ee)JVM Flag: `-Dio.github._4drian3d.signedvelocity.timeout=100`**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.1...1.0.2展开版本: 1.0.2支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: spongeRelease下载次数: 41SignedVelocity Sponge API 8 1.0.2SignedVelocity-Sponge-8-1.0.2.jar下载1.0.2#Release* Added detection of locally executed commands by plugins in https://github.com/4drian3d/SignedVelocity/pull/24New jvm flag to disable the detection in case you don\'t have the problem or you want to test the performance problem without this fix:`-Dio.github._4drian3d.signedvelocity.checkForLocalChat=false`* [feat: Made connection timeout between server and proxy configurable](https://github.com/4drian3d/SignedVelocity/commit/12f5446562e7a1879bc4e65f64f66228f29395ee)JVM Flag: `-Dio.github._4drian3d.signedvelocity.timeout=100`**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.1...1.0.2展开版本: 1.0.2支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 43SignedVelocity Proxy 1.0.2SignedVelocity-Proxy-1.0.2.jar下载1.0.2#Release* Added detection of locally executed commands by plugins in https://github.com/4drian3d/SignedVelocity/pull/24New jvm flag to disable the detection in case you don\'t have the problem or you want to test the performance problem without this fix:`-Dio.github._4drian3d.signedvelocity.checkForLocalChat=false`* [feat: Made connection timeout between server and proxy configurable](https://github.com/4drian3d/SignedVelocity/commit/12f5446562e7a1879bc4e65f64f66228f29395ee)JVM Flag: `-Dio.github._4drian3d.signedvelocity.timeout=100`**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.1...1.0.2展开版本: 1.0.2支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1, 1.20.2类型: velocityRelease下载次数: 50SignedVelocity Paper 1.0.2SignedVelocity-Paper-1.0.2.jar下载1.0.2#Release* Added detection of locally executed commands by plugins in https://github.com/4drian3d/SignedVelocity/pull/24New jvm flag to disable the detection in case you don\'t have the problem or you want to test the performance problem without this fix:`-Dio.github._4drian3d.signedvelocity.checkForLocalChat=false`* [feat: Made connection timeout between server and proxy configurable](https://github.com/4drian3d/SignedVelocity/commit/12f5446562e7a1879bc4e65f64f66228f29395ee)JVM Flag: `-Dio.github._4drian3d.signedvelocity.timeout=100`**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.1...1.0.2展开版本: 1.0.2支持游戏: 1.19.4, 1.20, 1.20.1, 1.20.2类型: folia paper purpurRelease下载次数: 64SignedVelocity Proxy 1.0.1SignedVelocity-Proxy-1.0.1.jar下载1.0.1#Release## What\'s Changed* [Fixed proxy registered commands cancellation](https://github.com/4drian3d/SignedVelocity/commit/e933dfca0af226d826915fe6d6d1e98f517b05c4)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0...1.0.1展开版本: 1.0.1支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: velocityRelease下载次数: 101SignedVelocity Sponge API 10 1.0.1SignedVelocity-Sponge-10-1.0.1.jar下载1.0.1#Release## What\'s Changed* [Fixed proxy registered commands cancellation](https://github.com/4drian3d/SignedVelocity/commit/e933dfca0af226d826915fe6d6d1e98f517b05c4)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0...1.0.1展开版本: 1.0.1支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: spongeRelease下载次数: 47SignedVelocity Sponge API 8 1.0.1SignedVelocity-Sponge-8-1.0.1.jar下载1.0.1#Release## What\'s Changed* [Fixed proxy registered commands cancellation](https://github.com/4drian3d/SignedVelocity/commit/e933dfca0af226d826915fe6d6d1e98f517b05c4)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0...1.0.1展开版本: 1.0.1支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 46SignedVelocity Paper 1.0.1SignedVelocity-Paper-1.0.1.jar下载1.0.1#Release## What\'s Changed* [Fixed proxy registered commands cancellation](https://github.com/4drian3d/SignedVelocity/commit/e933dfca0af226d826915fe6d6d1e98f517b05c4)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0...1.0.1展开版本: 1.0.1支持游戏: 1.19.4, 1.20, 1.20.1类型: folia paper purpurRelease下载次数: 71SignedVelocity Proxy 1.0.0SignedVelocity-Proxy-1.0.0.jar下载1.0.0#Release## What\'s Changed* Added Sponge API 8.1-9 (1.16.5-1.18.2) and API 10+(1.19.2+) support* Improved performance when canceling messages and commands from players with legacy versions (<1.18.2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA-3...1.0.0展开版本: 1.0.0支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: velocityRelease下载次数: 68SignedVelocity Sponge API 10 1.0.0SignedVelocity-Sponge-10-1.0.0.jar下载1.0.0#Release## What\'s Changed* Added Sponge API 8.1-9 (1.16.5-1.18.2) and API 10+(1.19.2+) support* Improved performance when canceling messages and commands from players with legacy versions (<1.18.2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA-3...1.0.0展开版本: 1.0.0支持游戏: 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: spongeRelease下载次数: 51SignedVelocity Sponge API 8.1 1.0.0SignedVelocity-Sponge-8-1.0.0.jar下载1.0.0#Release## What\'s Changed* Added Sponge API 8.1-9 (1.16.5-1.18.2) and API 10+(1.19.2+) support* Improved performance when canceling messages and commands from players with legacy versions (<1.18.2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA-3...1.0.0展开版本: 1.0.0支持游戏: 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2类型: spongeRelease下载次数: 50SignedVelocity Paper 1.0.0SignedVelocity-Paper-1.0.0.jar下载1.0.0#Release## What\'s Changed* Added Sponge API 8.1-9 (1.16.5-1.18.2) and API 10+(1.19.2+) support* Improved performance when canceling messages and commands from players with legacy versions (<1.18.2)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA-3...1.0.0展开版本: 1.0.0支持游戏: 1.19.4, 1.20, 1.20.1类型: folia paper purpurRelease下载次数: 78SignedVelocity Paper 1.0.0-BETA-3SignedVelocity-Paper-1.0.0-BETA-3.jar下载1.0.0-BETA-3#Beta## Fixes* [fix: Fixed a possible server crash in specific cases when PluginMessages are not finished processing](https://github.com/4drian3d/SignedVelocity/commit/415ed68cc386e2b31f52a2c9d402038c5e832d0b)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA-2...1.0.0-BETA-3展开版本: 1.0.0-BETA-3支持游戏: 1.19.4, 1.20, 1.20.1类型: folia paper purpurBeta下载次数: 227SignedVelocity Proxy 1.0.0-BETA-3SignedVelocity-Proxy-1.0.0-BETA-3.jar下载1.0.0-BETA-3#Beta## Fixes* [fix: Fixed a possible server crash in specific cases when PluginMessages are not finished processing](https://github.com/4drian3d/SignedVelocity/commit/415ed68cc386e2b31f52a2c9d402038c5e832d0b)**Full Changelog**: https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA-2...1.0.0-BETA-3展开版本: 1.0.0-BETA-3支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: velocityBeta下载次数: 159SignedVelocity Paper 1.0.0-BETA-2SignedVelocity-Paper-1.0.0-BETA-2.jar下载1.0.0-BETA-2#Beta## Fixes* [fix: Fixed un-synchronized results](https://github.com/4drian3d/SignedVelocity/commit/7476f3c24e9245c791783222afa18940c2902c64)**Full Changelog:** https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA...1.0.0-BETA-2展开版本: 1.0.0-BETA-2支持游戏: 1.19.4, 1.20, 1.20.1类型: folia paper purpurBeta下载次数: 63SignedVelocity Proxy 1.0.0-BETA-2SignedVelocity-Proxy-1.0.0-BETA-2.jar下载1.0.0-BETA-2#Beta## Fixes* [fix: Fixed un-synchronized results](https://github.com/4drian3d/SignedVelocity/commit/7476f3c24e9245c791783222afa18940c2902c64)**Full Changelog:** https://github.com/4drian3d/SignedVelocity/compare/1.0.0-BETA...1.0.0-BETA-2展开版本: 1.0.0-BETA-2支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: velocityBeta下载次数: 54SignedVelocity Proxy 1.0.0-BETASignedVelocity-Proxy-1.0.0-BETA.jar下载1.0.0-BETA#BetaFirst version of SignedVelocityReleased as BETA because it still has a bug in case of very fast message typing展开版本: 1.0.0-BETA支持游戏: 1.7.2, 1.7.3, 1.7.4, 1.7.5, 1.7.6, 1.7.7, 1.7.8, 1.7.9, 1.7.10, 1.8, 1.8.1, 1.8.2, 1.8.3, 1.8.4, 1.8.5, 1.8.6, 1.8.7, 1.8.8, 1.8.9, 1.9, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.10, 1.10.1, 1.10.2, 1.11, 1.11.1, 1.11.2, 1.12, 1.12.1, 1.12.2, 1.13, 1.13.1, 1.13.2, 1.14, 1.14.1, 1.14.2, 1.14.3, 1.14.4, 1.15, 1.15.1, 1.15.2, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5, 1.17, 1.17.1, 1.18, 1.18.1, 1.18.2, 1.19, 1.19.1, 1.19.2, 1.19.3, 1.19.4, 1.20, 1.20.1类型: velocityBeta下载次数: 63SignedVelocity Paper 1.0.0-BETASignedVelocity-Paper-1.0.0-BETA.jar下载1.0.0-BETA#BetaFirst version of SignedVelocityReleased as BETA because it still has a bug in case of very fast message typing展开版本: 1.0.0-BETA支持游戏: 1.19.4, 1.20, 1.20.1类型: folia paper purpurBeta下载次数: 56全部版本

markdown_parsed

文章类型:收录

layui.use([\'form\'], function(){
var form = layui.form;
});

游客,如果您要查看本帖隐藏内容请回复
SignedVelocity
楼主 2025-8-10 19:16:38 回复 收起回复
小僵尸论坛感谢有你~
回复 论坛版权

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册 手机动态码快速登录

本版积分规则



介绍

我的世界(Minecraft)小僵尸论坛
收录了来自各地的我的世界(MC)爱好者们的各种资源

须知: 切勿滥用举报,任何与举报相关的信息必须属实!

"Minecraft"以及"我的世界"为Mojang Synergies AB的商标 本站与Mojang以及微软公司没有从属关系

官方

新浪微博 腾讯微博 微信公众号 投稿规则 版权声明 捐助我们

官方QQ①群: 291907844 (点击加群)
官方QQ②群: 421312192
官方QQ③群: 528726532

我的世界(Minecraft)小僵尸论坛

新会员

QQ|Archiver|手机版|小黑屋|Minecraft(我的世界)小僵尸论坛 |网站地图

GMT+8, 2026-6-9 12:22 , Processed in 0.207103 second(s), 153 queries .

快速回复 返回顶部 返回列表