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

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

Version: 2.15.1
  • Fixed that the config update broke the config [Bungee]
  • Released a Web Editor: Configure the settings and groups visually using the Web Editor. Upload your YAML file, adjust settings with ease, and save it.
  • The kick message sent to players who exceed the command rate limit ( command_spam ) can now be customized
  • Added negated Plugin entries (bulk-blacklisting):
    • You can now blacklist entire plugins at once by prefixing them with an exclamation mark: !plugin: (e.g., !plugin:Essentials ). This instantly blocks and hides all commands registered by that plugin.
    • Fixed that the tabcomple wasn’t filtering out entries it should thoose leaking the plugins
    • You can now use regular expressions! Just prefix your entry with regex:
    • Added official support for 26.1 and 26.2
    • Plugin Channel Hider:
      • Prevent modified hack clients from sniffing the registration plugin channels to see what plugins are installed.
      • Configurable under the new plugin_channel_hider section in your config. It comes with a whitelist of allowed channels (e.g., minecraft:brand , bungeecord:main , velocity:main ).
      • Bypass this feature for specific staff members using the permission: plhide.bypass.channelhide
    • Fixed the update notifier
    • Some more minor improvements
Fixed an error when tabcompleting. [Spigot]
  • Fixed more issues with the loading of the adventure libraries. [Spigot]
  • Added support for MiniMessage. To enable it, add
    Code (YAML):
    minimessage: true
    to your config. [Spigot, Velocity]
  • Added per-world group support. If enabled, the plugin updates a player's group whenever they switch worlds, allowing for the use of per-world permission contexts. This can have a performance impact on servers with frequent world switching. [Spigot, Velocity]
    • To enable add the option:
      Code (YAML):
      per_world_group_updates: true
      to your spigot config.
    • Note for Velocity users: This option should be added to each sub-server's configuration, not the proxy's configuration.
  • Added the luckperms_prefer_server_key_for_context configuration option.This setting determines whether the plugin uses the server or world context key from LuckPerms for server lookups. [Velocity]
    • By default, this is set to true to use the server key, which is the standard behavior for Paper/Spigot.
    • Set it to false to explicitly use the world key, which in Velocity networks typically refers to the sub-server the player is connected to.
  • You can see all the new configuration options in the config_with_explanations.yml as example.
  • Added official 1.21.7 and 1.21.8 support
  • Improved the handling of player registration (This might add geyser support, still not officially supported)
  • Fixed an issue where Vulcan was overriding global PacketEvents settings, which prevented tab completions from being removed
  • Added 1.21.5 to officially supported version
  • Fixed that the * wildcard had lower priority than a normal entry
  • Improved performance
  • Fixed small memory leak [Spigot]
  • Fixed auto lower base command option is ignored [Velocity]