
UnSignedVelocity2
Allow your moderation plugins to work again for users with versions 1.19.1 or higher. This is a fork of the original UnSignedVelocity made by 4drian3d, updated to work with newer Minecraft versions.
- Загрузки
- 643
- Подписчики
- 2
- Обновлён
- 5 декабря 2025 г.
- Лицензия
- GPL-3.0-only
Опубликован 21 октября 2024 г.
UnSignedVelocity2
Allow your moderation plugins to work again for users with versions 1.19.1 or higher
This plugin works by removing signed information from commands and messages sent by clients 1.19.1 or higher, allowing plugins that cancel proxy messages, such as ChatRegulator or AuthMeVelocity, to work again
This is a fork of the original UnSignedVelocity made by 4drian3d, updated to work with newer Minecraft versions
Requirements
- Velocity 3.4.0+
- Java 17+
- PacketEvents 2.4.0+
Metrics
Ченджлог
2.1.4Релиз1.21.8, 1.21.9, 1.21.10 · 5 декабря 2025 г.
2.1.3Релиз1.21.8, 1.21.9, 1.21.10 · 18 ноября 2025 г.
What's Changed
- fix: Catch only IOExceptions instead of general Exception type
- misc: Code cleanup
- misc: Make UpdateChecker#checkForUpdates method static
- fix: Remove verify tokens cache size limit
- misc: Remove unused plugin first load boolean field
- fix: use a Velocity system property to override the 'force-key-authentication' option instead of using Reflection
- fix: remove the workaround to remove the signed key from the player on join with packet listeners and use a listener for Velocity's GameProfileRequestEvent instead
- misc: change the warning message when the "force-key-authentication" option is set to "true" to be more concise
Full Changelog: https://github.com/MemencioPerez/UnSignedVelocity2/compare/2.1.2...2.1.3
2.1.2Релиз1.21.5, 1.21.6, 1.21.7 · 6 января 2025 г.
What's Changed
- misc: change bStats plugin id
- misc: update the plugin authors
- chore: Update README.md
- misc: update project url
- misc: update project name
- misc: update config.conf
- fix: change of update checker repository url to reflect repository name change
- misc: update plugin id and name
- misc: update plugin name mentions in plugin messages
- chore: Update README.md
- fix: modify the Gradle Build workflow to reflect the plugin's renaming
Full Changelog: https://github.com/MemencioPerez/UnSignedVelocity2/compare/2.1.1...2.1.2
2.1.1Релиз1.21.2, 1.21.3, 1.21.4 · 5 января 2025 г.
What's Changed
- misc: move update checker to a separate class
- misc: rename LoadablePacketListener interface to ConfigurablePacketListener and make it an abstract class
- misc: create unregister method in ConfigurablePacketListener class
- misc: move the ConfigurablePacketListener class to the same package where the packet listeners are located
- misc: extract forcibly disable 'force-key-authentication' field method
- misc: extract try-catch block from setupConfiguration method
- misc: inject the actual instance of Configuration instead of the plugin instance to the packet listeners (reverts a change from commit 6e196bb)
- fix: revert a change from 3b3b5d7 that caused a NullPointerException when trying to register loadable packet listeners
- feat: check for preliminary versions with the update checker
- misc: Delete ClientVersionUtil
- fix: create ConfigurationModule and ConfigurationProvider to manage Configuration injections
- fix: extract feature loading when initializing the plugin to a separate method
- chore(deps): update dependency gradle to v8.11 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/20
- chore(deps): update dependency gradle to v8.11.1 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/21
- fix(deps): update dependency com.github.retrooper:packetevents-velocity to v2.7.0 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/23
- chore(deps): update plugin org.gradle.toolchains.foojay-resolver-convention to v0.9.0 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/22
- chore(deps): update dependency gradle to v8.12 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/24
- fix: Change PaperMC repository endpoint
- fix: Revert commit "fix: Only attempt to forcibly set the force-key-authentication field to false if remove-signed-key-on-join option is set to true"
- fix: simply call the method to forcibly disable the force-key-authentication option on proxy initialization
- misc: modify the log message displayed if the plugin cannot force the deactivation of the 'force-key-authentication' option field at runtime
- fix: fail-fast if the 'force-key-authentication' option field cannot be forcibly disabled at runtime
- misc: Change the warning log messages that are sent when attempting to forcibly disable the 'force-key-authentication' option field to be more concise
- misc: Change the error log message that is sent when the plugin fails to forcibly disable the 'force-key-authentication' option field to be more concise
- fix: Update Gradle Shadow plugin to 9.0.0-beta4
- fix: Move the initialization of the metrics after loading the configuration when initializing the proxy
- misc: Get an instance of the UpdateChecker class using the Guice injector
Full Changelog: https://github.com/MemencioPerez/UnSignedVelocity/compare/2.1.0...2.1.1
2.1.0Релиз1.21.1, 1.21.2, 1.21.3 · 6 ноября 2024 г.
What's Changed
- chore(deps): update actions/checkout digest to 11bd719 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/18
- chore(config): migrate renovate config by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/19
- feat: add reload and status commands
- fix: Update PacketEvents API to v2.6.0
- fix: Update Velocity API to 3.4.0-SNAPSHOT
- fix: Only attempt to forcibly set the force-key-authentication field to false if remove-signed-key-on-join option is set to true
- fix: Set block-chat-session-packets option to true by default
- feat: Add a GitHub update checker
- feat: list available subcommands in UnSignedVelocity main command
Full Changelog: https://github.com/MemencioPerez/UnSignedVelocity/compare/2.0.0...2.1.0
2.1.0-SNAPSHOTБета1.21.1, 1.21.2, 1.21.3 · 6 ноября 2024 г.
What's Changed
- chore(deps): update actions/checkout digest to 11bd719 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/18
- chore(config): migrate renovate config by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/19
- feat: add reload and status commands
- fix: Update PacketEvents API to v2.6.0
- fix: Update Velocity API to 3.4.0-SNAPSHOT
- fix: Only attempt to forcibly set the force-key-authentication field to false if remove-signed-key-on-join option is set to true
- fix: Set block-chat-session-packets option to true by default
- feat: Add a GitHub update checker
Full Changelog: https://github.com/MemencioPerez/UnSignedVelocity/compare/2.0.0...2.1.0
2.0.0Релиз1.21.1, 1.21.2, 1.21.3 · 21 октября 2024 г.
- Use PacketEvents API instead of VPacketEvents by @MemencioPerez in https://github.com/MemencioPerez/UnSignedVelocity/pull/14
- chore(deps): update dependency xyz.jpenilla.run-velocity to v2.3.1 by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/16
- chore(deps): update actions/checkout digest to eef6144 - autoclosed by @renovate in https://github.com/MemencioPerez/UnSignedVelocity/pull/15
Full Changelog: https://github.com/MemencioPerez/UnSignedVelocity/compare/1.4.3...2.0.0
Note: If you are coming from UnSignedVelocity 1.x.x, it is recommended to delete the old configuration file and let the updated plugin regenerate it, as many new features have been added.
Комментарии
Загружаем…