Releases: BlueTree242/AdvancedPlHide
Releases · BlueTree242/AdvancedPlHide
Release 2.5
Additions
- Spigot 1.20.5 support.
- Bump velocity version, and drop older version support. Make sure you're on the latest velocity.
Bug fixes
- Fixed updatechecker problems completely.
- Fixed left-over debugging that may spam the console under certain conditions.
- Remove duplicate classes in universal jar.
- Server treats the plugin as a legacy plugin.
Internal Changes
- Changed plugin's package to
dev.bluetree242.advancedplhide
. - Update gradle & some plugins.
- Switch to Gradle Kotlin DSL.
- Use gradle plugin to generate
plugin.yml
for jar. - Use
libs.versions.toml
for dependency declaration. - Other changes to improve code quality.
Release 2.4
Changes
- Added 1.19.3 support
- Fixed updatechecker errors
- UpdateChecker runs on velocity scheduler now (it won't take time to start anymore)
Release 2.3.1
Fixes
- Fixed thread blocking for updatechecker on join (which causes server to crash if an admin joins and updatechecker website is down)
- Fixed sub-arg completion not working when used
from:PLUGINNAME
- Few more fixes
Release 2.3
Added:
- 1.19 Support
- Java 8 Support
- Added
?
to the commands plugin will auto not complete them
Fixed:
- UpdateChecker always failing
- TabCompleter getting bugged sometimes if special conditions are available
Changes:
- Sub-Completer ignores everything in whitelist mode if the command is not mentioned in the config
- Removed
plhide.sub-whitelist-mode
permission and subargs now depend on regular whitelist mode - Default group is no longer added to everyone, it will only be used automatically if no groups are found for the player
And a few more bug fixes!
Release 2.2
Fixes
1- Plugin not working as expected
2- Remove incorrect Argument thing when there is no args sent to client
Decreased Jar Size Completely!
Plugin now requires Java 11
Release 2.1
Added
- Sub-Completer
- Auto remove
/ver
(and similar commands) tab completer - Better Getting of request
Fixed
- Possible Exploit on Proxy
- UpdateChecker message on proxy
Release 2.0
First Version, No real changelog