SignedVelocity 图标

Minecraft 服务端插件

SignedVelocity

Allows you to cancel or modify messages or commands from Velocity without synchronization problems

科技类工具类fabricfoliapaperpurpurquiltspongevelocity
版本范围
1.7.2–26.1
下载量
4.6 万

插件介绍

SignedVelocity

Latest Version Discord Modrinth Downloads GitHub Downloads (all assets, all releases) Jenkins Build

Allows you to cancel or modify messages or commands from Velocity without synchronization problems

Requirements

  • Java 21+
  • Velocity 3.4.0+

Backend:

  • Paper 1.20+
  • Sponge 10/12+
  • Minestom
  • Fabric 1.21+

Features

  • Transmit the modification and cancellation status of Velocity messages and commands to your backend server using plugin messages. This avoids chat chain synchronization problems and avoids Velocity's security check by correctly synchronizing messages.

  • Chat reporting support using Velocity (can be disabled using external plugins like FreedomChat, not recommended)

  • Ability to remove the unsecured chat warning when logging into each server. Requires VPacketEvents or PacketEvents

    SignedVelocitySignedStatus

SignedVelocity-Proxy versions prior to 1.3.0 contain an exploit that can be used to replace the input of any player, and can give administrator permissions to malicious agents, it is recommended to upgrade to the latest version. SignedVelocity backend versions are not affected

Installation

In order for SignedVelocity to work, you must install it on both Velocity and all your servers

Velocity

  • Download SignedVelocity-Proxy
  • Drag and drop on your Velocity plugins folder
  • Start your proxy

Paper

  • Download SignedVelocity-Paper
  • Drag and drop on your Paper plugins folder
  • Start your server

Sponge

  • Download the version of SignedVelocity-Sponge that is compatible with your server. SignedVelocity-Sponge-8 supports API 8.1 and 9, SignedVelocity-Sponge-10 supports API 10 and 11
  • Drag and drop on your Sponge plugins folder
  • Start your server

Fabric

  • Download the version of SignedVelocity Fabric that corresponds to your server version
  • Drag and drop on your Fabric mods folder
  • Start your server

Minestom

In the case of Minestom, SignedVelocity from version 1.3.0 onwards is used in the form of a library so that it can be included in your own implementation.

Maven Repository

Gradle
repositories {
    mavenCentral()
}

dependencies {
    implementation("io.github.4drian3d:signedvelocity-minestom:1.4.0")
}

Example

import io.github._4drian3d.signedvelocity.minestom.SignedVelocity;

// then...

SignedVelocity.initialize();

For older versions of Minestom, you can use SignedVelocity-Minestom 1.2.4 which comes as an extension

Installation Videos

Spanish by 4drian3d

Metrics

metrics

版本与下载

推荐下载

SignedVelocity-Fabric-1.4.1.jar版本 1.4.1 · 33.3 KBSHA-1 22ddb425666b0a6d8eff76adb31a8e347e6f761c下载 SignedVelocity-Fabric-1.4.1.jar

1.4.1

正式版
加载器
fabric · quilt
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SignedVelocity-Fabric-1.4.1.jar33.3 KBSHA-1 22ddb425666b0a6d8eff76adb31a8e347e6f761c获取文件 SignedVelocity-Fabric-1.4.1.jar
展开更新日志

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

1.4.1

正式版
加载器
folia · paper · purpur
MC 版本
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 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11
SignedVelocity-Paper-1.4.1.jar32 KBSHA-1 7462f99ee6eb0af3edc361b047651d4ac97ee914获取文件 SignedVelocity-Paper-1.4.1.jar
展开更新日志

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

1.4.1

正式版
加载器
sponge
MC 版本
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 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SignedVelocity-Sponge-12-1.4.1.jar28 KBSHA-1 a6dab7780ee1f8bd04aab1ecb50a5c74d38dd23b获取文件 SignedVelocity-Sponge-12-1.4.1.jar
展开更新日志

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

1.4.1

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SignedVelocity-Sponge-10-1.4.1.jar27.3 KBSHA-1 709b262187dc8b97151632f76315029236c3434c获取文件 SignedVelocity-Sponge-10-1.4.1.jar
展开更新日志

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

1.4.1

正式版
加载器
velocity
MC 版本
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 · 1.21.6 · 1.21.7 · 1.21.8 · 1.21.9 · 1.21.10 · 1.21.11 · 26.1
SignedVelocity-Proxy-1.4.1.jar43.8 KBSHA-1 7a216105078bd78825f86890963825922314f29e获取文件 SignedVelocity-Proxy-1.4.1.jar
展开更新日志

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

1.4.0

正式版
加载器
fabric · quilt
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3 · 1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SignedVelocity-Fabric-1.4.0.jar28.7 KBSHA-1 432b950f9df0ec3a4eb65c8e9eab02e0abe24861获取文件 SignedVelocity-Fabric-1.4.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0

1.4.0

正式版
加载器
folia · paper · purpur
MC 版本
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 · 1.21.6 · 1.21.7 · 1.21.8
SignedVelocity-Paper-1.4.0.jar26.6 KBSHA-1 b276138796f343c2695648cd03bc39f3ee34259f获取文件 SignedVelocity-Paper-1.4.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0

1.4.0

正式版
加载器
sponge
MC 版本
1.21.4 · 1.21.5 · 1.21.6 · 1.21.7 · 1.21.8
SignedVelocity-Sponge-14-1.4.0.jar28.6 KBSHA-1 cba6669028a5314769d34336dd117ac53016d60f获取文件 SignedVelocity-Sponge-14-1.4.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0

1.4.0

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4
SignedVelocity-Sponge-10-1.4.0.jar22.5 KBSHA-1 eb59dad7ea0e601622ea55abaa480efa68c8dfca获取文件 SignedVelocity-Sponge-10-1.4.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0

1.4.0

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.4.0.jar20.2 KBSHA-1 d27875da3e9ee3f34e8b1a3e86184ad29980c4f0获取文件 SignedVelocity-Sponge-8-1.4.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0

1.4.0

正式版
加载器
velocity
MC 版本
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 · 1.21.6 · 1.21.7 · 1.21.8
SignedVelocity-Proxy-1.4.0.jar42.1 KBSHA-1 90147a7195d7b3812afa1d4fdcc54e8099bdc406获取文件 SignedVelocity-Proxy-1.4.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.3.0...1.4.0

1.3.0

正式版
加载器
fabric · quilt
MC 版本
1.21 · 1.21.1 · 1.21.2 · 1.21.3
SignedVelocity-Fabric-1.3.0.jar28.7 KBSHA-1 0b3c88595432653b5d1d79a955845e3dab0a6806获取文件 SignedVelocity-Fabric-1.3.0.jar
展开更新日志

What's Changed

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

1.3.0

正式版
加载器
folia · paper · purpur
MC 版本
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
SignedVelocity-Paper-1.3.0.jar26 KBSHA-1 906ca01297d5a18a5d116c962e187cb183077c86获取文件 SignedVelocity-Paper-1.3.0.jar
展开更新日志

What's Changed

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

1.3.0

正式版
加载器
sponge
MC 版本
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
SignedVelocity-Sponge-10-1.3.0.jar21.8 KBSHA-1 579797b458003e82e6b89daef1bf85622b3233c6获取文件 SignedVelocity-Sponge-10-1.3.0.jar
展开更新日志

What's Changed

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

1.3.0

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.3.0.jar19.5 KBSHA-1 6aff16730d5814a5eaa69f77f9f76f33379fdc3b获取文件 SignedVelocity-Sponge-8-1.3.0.jar
展开更新日志

What's Changed

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

1.3.0

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.3.0.jar35.3 KBSHA-1 205a4276f6f99bcb6a32df1a15a2151385702263获取文件 SignedVelocity-Proxy-1.3.0.jar
展开更新日志

What's Changed

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

1.2.4

正式版
加载器
folia · paper · purpur
MC 版本
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
SignedVelocity-Paper-1.2.4.jar26 KBSHA-1 8ee6f330814f32e50e3c0ceab613082e2bb411b6获取文件 SignedVelocity-Paper-1.2.4.jar
展开更新日志

1.2.4

正式版
加载器
sponge
MC 版本
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
SignedVelocity-Sponge-10-1.2.4.jar21.8 KBSHA-1 bc13a978ddfe9b2ffaaffa3879f5cbf2da8fec86获取文件 SignedVelocity-Sponge-10-1.2.4.jar
展开更新日志

1.2.4

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.4.jar35.2 KBSHA-1 f90a8e6e61ba91df4ebcbe7334abc159319c9fde获取文件 SignedVelocity-Proxy-1.2.4.jar
展开更新日志

1.2.4-BETA2

测试版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.4-SNAPSHOT.jar35.5 KBSHA-1 9fb73d72fa8335e5e1463b69b1a338f0dcf77b14获取文件 SignedVelocity-Proxy-1.2.4-SNAPSHOT.jar

1.2.4-BETA

测试版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.4-SNAPSHOT.jar35.3 KBSHA-1 23ecf043e1013d0a88a974192d28313905fb7bad获取文件 SignedVelocity-Proxy-1.2.4-SNAPSHOT.jar
展开更新日志
  • 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.

1.2.3

正式版
加载器
fabric · quilt
MC 版本
1.20.2 · 1.20.3 · 1.20.4
SignedVelocity-Fabric-1.2.3.jar26.6 KBSHA-1 265cd5a61b619e3ff0e8cdbae66d5e106117ecaf获取文件 SignedVelocity-Fabric-1.2.3.jar
展开更新日志
  • Fixed Velocity 3.3.0 Support when using VPacketEvents

1.2.3

正式版
加载器
folia · paper · purpur
MC 版本
1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SignedVelocity-Paper-1.2.3.jar25.9 KBSHA-1 8964a86b7e9c731703b2abab965b0c2a0c6d9860获取文件 SignedVelocity-Paper-1.2.3.jar
展开更新日志
  • Fixed Velocity 3.3.0 Support when using VPacketEvents

1.2.3

正式版
加载器
sponge
MC 版本
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
SignedVelocity-Sponge-10-1.2.3.jar21.7 KBSHA-1 f6a206e70c92be16eba3fb99118c9c94a3947bd0获取文件 SignedVelocity-Sponge-10-1.2.3.jar
展开更新日志
  • Fixed Velocity 3.3.0 Support when using VPacketEvents

1.2.3

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.2.3.jar19.5 KBSHA-1 10b319ef480b299f1cad07ffadc2b91f9e448ee9获取文件 SignedVelocity-Sponge-8-1.2.3.jar
展开更新日志
  • Fixed Velocity 3.3.0 Support when using VPacketEvents

1.2.3

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.3.jar34.2 KBSHA-1 0ab31abdadffd43e42fce1f1a50740df1f25a3c5获取文件 SignedVelocity-Proxy-1.2.3.jar
展开更新日志
  • Fixed Velocity 3.3.0 Support when using VPacketEvents

1.2.2

正式版
加载器
fabric · quilt
MC 版本
1.20.2 · 1.20.3 · 1.20.4
SignedVelocity-Fabric-1.2.2.jar26.6 KBSHA-1 ac94bbb889b9f016221d513fbbfe462346871570获取文件 SignedVelocity-Fabric-1.2.2.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2

1.2.2

正式版
加载器
folia · paper · purpur
MC 版本
1.19.4 · 1.20 · 1.20.1 · 1.20.2 · 1.20.3 · 1.20.4
SignedVelocity-Paper-1.2.2.jar25.9 KBSHA-1 80ea1f188a62ee4a7eec4dc5404b216c8aa1b7b5获取文件 SignedVelocity-Paper-1.2.2.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2

1.2.2

正式版
加载器
sponge
MC 版本
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
SignedVelocity-Sponge-10-1.2.2.jar21.7 KBSHA-1 0b5a1cb336bf7ca012b93849f096d3f2c3500b2d获取文件 SignedVelocity-Sponge-10-1.2.2.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2

1.2.2

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.2.2.jar19.5 KBSHA-1 466877644884b5e53e9ec042fa95c36a285ea991获取文件 SignedVelocity-Sponge-8-1.2.2.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2

1.2.2

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.2.jar34.3 KBSHA-1 9305e3c8cb625819300757abb162f81fc47ee01a获取文件 SignedVelocity-Proxy-1.2.2.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.1...1.2.2

1.2.2-Fabric-1.20.1

正式版
加载器
fabric · quilt
MC 版本
1.20.1
SignedVelocity-Fabric-1.2.2-Fabric-1.20.1.jar25.8 KBSHA-1 bcd19c04ff94d0d5838e5f839488971dfa392c1e获取文件 SignedVelocity-Fabric-1.2.2-Fabric-1.20.1.jar
展开更新日志

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.

1.2.1

正式版
加载器
fabric · quilt
MC 版本
1.20.2
SignedVelocity-Fabric-1.2.1.jar18.2 KBSHA-1 077dcef0649d40761d4df14c4b4e3136882cf92c获取文件 SignedVelocity-Fabric-1.2.1.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1

1.2.1

正式版
加载器
folia · paper · purpur
MC 版本
1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SignedVelocity-Paper-1.2.1.jar25.7 KBSHA-1 fd7cf80fa277f84e878b7ae8e0dd6d738a00dc3e获取文件 SignedVelocity-Paper-1.2.1.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1

1.2.1

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SignedVelocity-Sponge-10-1.2.1.jar21.7 KBSHA-1 37376322d78b2948852dcdecef3724522a4cbd0f获取文件 SignedVelocity-Sponge-10-1.2.1.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1

1.2.1

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.2.1.jar19.5 KBSHA-1 186d5e1dccb6a787c91d968cbea73caa2d9cef7d获取文件 SignedVelocity-Sponge-8-1.2.1.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1

1.2.1

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.1.jar34.3 KBSHA-1 9ab654ec73b04dde2fdc05c4cc6cf2dfcd04db4c获取文件 SignedVelocity-Proxy-1.2.1.jar
展开更新日志

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

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.2.0...1.2.1

1.2.0

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.2.0.jar34.3 KBSHA-1 e25f6cefde04bf208d0efb3d80cf43a61ff144f4获取文件 SignedVelocity-Proxy-1.2.0.jar
展开更新日志

1.1.0

正式版
加载器
folia · paper · purpur
MC 版本
1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SignedVelocity-Paper-1.1.0.jar20 KBSHA-1 a62fd42e64dff2992ddef6767079299b31276dd9获取文件 SignedVelocity-Paper-1.1.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.0.3...1.1.0

1.1.0

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SignedVelocity-Sponge-10-1.1.0.jar18.3 KBSHA-1 2a537de9b9cef3968b67de80a33419c3e931c356获取文件 SignedVelocity-Sponge-10-1.1.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.0.3...1.1.0

1.1.0

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.1.0.jar16 KBSHA-1 02e195b5c3794d77934450a461bd86b1b9adabfe获取文件 SignedVelocity-Sponge-8-1.1.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.0.3...1.1.0

1.1.0

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.1.0.jar34.1 KBSHA-1 2874b8ccd4e6a398c8b84438ccea803458f218f8获取文件 SignedVelocity-Proxy-1.1.0.jar
展开更新日志

What's Changed

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.0.3...1.1.0

1.0.3

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.3.jar29.7 KBSHA-1 10508ec6df5899459b8f98d6eb12c16cbbcc1114获取文件 SignedVelocity-Proxy-1.0.3.jar
展开更新日志
  • 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.2

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1 · 1.20.2
SignedVelocity-Sponge-10-1.0.2.jar18.3 KBSHA-1 ba057f45349418561c19d7e128c4293fe2ea3e3a获取文件 SignedVelocity-Sponge-10-1.0.2.jar
展开更新日志

New 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

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

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.0.2.jar16 KBSHA-1 7918d3bc6ff29954502b680152a1a1eafc06602d获取文件 SignedVelocity-Sponge-8-1.0.2.jar
展开更新日志

New 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

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

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.2.jar29.7 KBSHA-1 3c907a4d0bc42b88972f53086d38e563a3597cb8获取文件 SignedVelocity-Proxy-1.0.2.jar
展开更新日志

New 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

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

正式版
加载器
folia · paper · purpur
MC 版本
1.19.4 · 1.20 · 1.20.1 · 1.20.2
SignedVelocity-Paper-1.0.2.jar18.7 KBSHA-1 8d5c232bc02531626dd145eecce9968dd1de09b5获取文件 SignedVelocity-Paper-1.0.2.jar
展开更新日志

New 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

JVM Flag: -Dio.github._4drian3d.signedvelocity.timeout=100

Full Changelog: https://github.com/4drian3d/SignedVelocity/compare/1.0.1...1.0.2

1.0.1

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.1.jar29.7 KBSHA-1 f2bf16f68922db5dbed4d046e9e9fd1dbee414dd获取文件 SignedVelocity-Proxy-1.0.1.jar
展开更新日志

1.0.0

正式版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.0.jar29.2 KBSHA-1 de5ed52bd0341c7687e30e1549a51cd748955f8e获取文件 SignedVelocity-Proxy-1.0.0.jar
展开更新日志

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

正式版
加载器
sponge
MC 版本
1.19 · 1.19.1 · 1.19.2 · 1.19.3 · 1.19.4 · 1.20 · 1.20.1
SignedVelocity-Sponge-10-1.0.0.jar18.1 KBSHA-1 922c20f84675002137e49d1f20d72eabfccfd24f获取文件 SignedVelocity-Sponge-10-1.0.0.jar
展开更新日志

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

正式版
加载器
sponge
MC 版本
1.16.5 · 1.17 · 1.17.1 · 1.18 · 1.18.1 · 1.18.2
SignedVelocity-Sponge-8-1.0.0.jar15.9 KBSHA-1 77997281d7e7ee1d5ae5ed4378997e82edf4a56e获取文件 SignedVelocity-Sponge-8-1.0.0.jar
展开更新日志

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

正式版
加载器
folia · paper · purpur
MC 版本
1.19.4 · 1.20 · 1.20.1
SignedVelocity-Paper-1.0.0.jar11.1 KBSHA-1 8d440c693d1471c14ae4f9409cfbbb259e719be0获取文件 SignedVelocity-Paper-1.0.0.jar
展开更新日志

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-BETA-3

测试版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.0-BETA-3.jar29.2 KBSHA-1 52fd20cef90d6fe622212c58b2f01530bcb867c7获取文件 SignedVelocity-Proxy-1.0.0-BETA-3.jar
展开更新日志

1.0.0-BETA-2

测试版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.0-BETA-2.jar29.2 KBSHA-1 f1b4b1b261964c5ad845b706c417647bb5c05247获取文件 SignedVelocity-Proxy-1.0.0-BETA-2.jar
展开更新日志

1.0.0-BETA

测试版
加载器
velocity
MC 版本
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
SignedVelocity-Proxy-1.0.0-BETA.jar28.6 KBSHA-1 3d5493add6f4b476acca8875f9c1f544bb42905e获取文件 SignedVelocity-Proxy-1.0.0-BETA.jar
展开更新日志

First version of SignedVelocity

Released as BETA because it still has a bug in case of very fast message typing

1.0.0-BETA

测试版
加载器
folia · paper · purpur
MC 版本
1.19.4 · 1.20 · 1.20.1
SignedVelocity-Paper-1.0.0-BETA.jar8.3 KBSHA-1 50b41fc3339dec669346be3664e3b46816b025ce获取文件 SignedVelocity-Paper-1.0.0-BETA.jar
展开更新日志

First version of SignedVelocity

Released as BETA because it still has a bug in case of very fast message typing

依赖关系