SignedVelocity
Allows you to cancel or modify messages or commands from Velocity without synchronization problems
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
SignedVelocity
SignedVelocity
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 not recommended or %%MD1%%
> 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
```kotlin repositories { mavenCentral() }
dependencies { implementation("io.github.4drian3d:signedvelocity-minestom:1.4.0") } ```
Example
```java 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
