✔️ Plugin Hide Pro | Customize player's tabcompletion |Spigot, Bungee & Velocity ✔️

MC Plugin ✔️ Plugin Hide Pro | Customize player's tabcompletion |Spigot, Bungee & Velocity ✔️ 2.9.4
Customize Tabcomplete, Block Commands, Anti Tabcomplete, Suggestion blocker

  • Added support for 1.19.3 Velocity builds
  • Fixed a rare bug when legacy clients connect
  • Fixed that transferring plugin data to Bungeecord didn’t work [Bungee]
  • Fixed memory leak [Bungee]
  • Fixed database read error [Bungee]
  • Fixed error when inherting a group that doesn't exist [Bungee]
  • Fixed lists are not working [Velocity]
  • Fixed error on startup in rare cases [Bungee]
Instead of the commands and the tabcomplete list coming after the group name, like this
GroupName:
commands: []
tabcomplete: []
priority: 5
servers:
- all
blocked-command-message: Unknown command. Type "/help" for help.
inherited-groups: []
They will now coming after a server name (these support regex, e.g....
  • Fixed issue that commands won't blocked [Velocity]
  • Fixed an error on reload
  • Fixed that commands might not be removed from the tabcomplete when using the blacklist mode
  • Fixed an error on the Bungee version which can appear sometimes
  • Fixed an error when loading the Spigot version on version below 1.13
  • Fixed that the Velocity version didn't work with 1.19.1 and 1.19.2 because of Velocity's api changes
  • Added missing permission check for the check command
  • Improved performance on Bungeecord version
  • Improved performance on reload
  • Fixed error on incorrect tabcomplete caused by hackclients, which also could decrease performance
  • API: replaced the abstract class Group with the interface IGroup
  • Fixed some other errors
Top Bottom