Skip to content

Releases: BlueTree242/AdvancedPlHide

Release 2.6

24 Jul 19:06
66846f7

Choose a tag to compare

Additions

  • Added support for Spigot 1.21.6+.
  • Added support for Paper 1.20.6+ without requiring ProtocolLib, and it won't break randomly like Spigot does.

Bug Fixes

  • Fix Spigot 1.13-1.19 support.

Other Changes

  • Fixed the support link in the startup message.

Release 2.5

27 Apr 15:02
0bae74b

Choose a tag to compare

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

23 Jan 11:08

Choose a tag to compare

Changes

  1. Added 1.19.3 support
  2. Fixed updatechecker errors
  3. UpdateChecker runs on velocity scheduler now (it won't take time to start anymore)

Release 2.3.1

01 Aug 20:22

Choose a tag to compare

Fixes

  1. Fixed thread blocking for updatechecker on join (which causes server to crash if an admin joins and updatechecker website is down)
  2. Fixed sub-arg completion not working when used from:PLUGINNAME
  3. Few more fixes

Release 2.3

26 Jul 20:19

Choose a tag to compare

Added:

  1. 1.19 Support
  2. Java 8 Support
  3. Added ? to the commands plugin will auto not complete them

Fixed:

  1. UpdateChecker always failing
  2. TabCompleter getting bugged sometimes if special conditions are available

Changes:

  1. Sub-Completer ignores everything in whitelist mode if the command is not mentioned in the config
  2. Removed plhide.sub-whitelist-mode permission and subargs now depend on regular whitelist mode
  3. 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

16 Feb 20:57

Choose a tag to compare

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

31 Dec 21:24

Choose a tag to compare

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

24 Dec 13:26

Choose a tag to compare

First Version, No real changelog