Перейти к содержимому
Mineforgian

SignedVelocity

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

45K загрузок123 подписчиковGPL-3.0-or-laterfabricfoliapaperpurpurquiltspongevelocity

Обновлён 29 сентября 2025 г. · опубликован 29 июня 2023 г.

  • SignedVelocity SignedStatus

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

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.4.1Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric, quilt29 сентября 2025 г.Скачать (33 КБ)
1.4.1Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11folia, paper, purpur29 сентября 2025 г.Скачать (32 КБ)
1.4.1Релиз1.21.9, 1.21.10, 1.21.11, 26.1sponge29 сентября 2025 г.Скачать (28 КБ)
1.4.1Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4sponge29 сентября 2025 г.Скачать (27 КБ)
1.4.1Релиз1.21.9, 1.21.10, 1.21.11, 26.1velocity29 сентября 2025 г.Скачать (44 КБ)
1.4.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric, quilt9 сентября 2025 г.Скачать (29 КБ)
1.4.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8folia, paper, purpur9 сентября 2025 г.Скачать (27 КБ)
1.4.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8sponge9 сентября 2025 г.Скачать (29 КБ)
1.4.0Релиз1.19.1, 1.19.2, 1.19.3, 1.19.4sponge9 сентября 2025 г.Скачать (22 КБ)
1.4.0Релиз1.17.1, 1.18, 1.18.1, 1.18.2sponge9 сентября 2025 г.Скачать (20 КБ)
1.4.0Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8velocity9 сентября 2025 г.Скачать (42 КБ)
1.3.0Релиз1.21, 1.21.1, 1.21.2, 1.21.3fabric, quilt10 ноября 2024 г.Скачать (29 КБ)
1.3.0Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5folia, paper, purpur10 ноября 2024 г.Скачать (26 КБ)
1.3.0Релиз1.21.2, 1.21.3, 1.21.4, 1.21.5sponge10 ноября 2024 г.Скачать (22 КБ)
1.3.0Релиз1.17.1, 1.18, 1.18.1, 1.18.2sponge10 ноября 2024 г.Скачать (20 КБ)

Показаны последние 15 из 70 версий.

Ченджлог

1.4.1Релиз1.21.9, 1.21.10, 1.21.11 · 29 сентября 2025 г.

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Релиз1.21.9, 1.21.10, 1.21.11 · 29 сентября 2025 г.

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Релиз1.21.10, 1.21.11, 26.1 · 29 сентября 2025 г.

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Релиз1.19.2, 1.19.3, 1.19.4 · 29 сентября 2025 г.

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Релиз1.21.10, 1.21.11, 26.1 · 29 сентября 2025 г.

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Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.

What's Changed

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

1.4.0Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.

What's Changed

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

1.4.0Релиз1.21.6, 1.21.7, 1.21.8 · 9 сентября 2025 г.

What's Changed

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

Комментарии

Загружаем…