Allows you to cancel or modify messages or commands from Velocity without synchronization problems
- Java 21+
- Velocity 3.3.0+
- Paper 1.19.4+
- Sponge 8.1/10+
- Minestom
- Fabric 1.21+
-
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
Warning
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
In order for SignedVelocity to work, you must install it on both Velocity and all your servers
- Download SignedVelocity-Proxy
- Drag and drop on your Velocity plugins folder
- Start your proxy
- Download SignedVelocity-Paper
- Drag and drop on your Paper plugins folder
- Start your server
- 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
- Download the version of SignedVelocity Fabric that corresponds to your server version
- Drag and drop on your Fabric mods folder
- Start your server
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.
repositories {
mavenCentral()
}
dependencies {
implementation("io.github.4drian3d:signedvelocity-minestom:1.3.0")
}
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
UnSignedVelocity is a plugin that removes the limitation in Velocity to block or modify chat or commands executed by players with versions 1.19.1 or higher and who have a valid SignedKey. Although this works most of the time, there are issues that have arisen since version 1.19.3, which, as Mojang has implemented more security checks in the chat reporting system, has driven players kicked out of the proxy.
SignedVelocity solves all these problems, synchronizing the blocking and modification of chat and commands to the backend server, where it is possible to modify the chat.