Welcome to the Hangar Open Beta. Please report any issue you encounter on GitHub!
Allow your moderation plugins to work again for users with versions 1.19.1 or higher.
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
Information
Published on | January 6, 2025 |
---|---|
Downloads | 0 |
Platforms
Velocity (3.4)
Dependencies
Velocity