PluginHider+ | Plugin Hider Plus [HIDE YOUR PLUGINS] + [ANTI TAB COMPLETE] + [ALL MESSAGE REPLACE] icon

PluginHider+ | Plugin Hider Plus [HIDE YOUR PLUGINS] + [ANTI TAB COMPLETE] + [ALL MESSAGE REPLACE] -----

PluginHider+ is the perfect solution to hide all your plugins to preserve server uniqueness




⚙️ v6.0.1 Changelog:

Suggestions Filter Toggle: Added the enable-suggestionsFilter option to config.yml. You can now set this to false to completely disable command suggestion filtering, keeping standard Minecraft completions completely untouched, this is the last brick that now makes all the plugin features 100% toggleable.

Note: You can add
Code (YAML):
enable-suggestionsFilter : true
to your existing config.yml, or let the plugin regenerate a fresh configuration file.
----------, May 28, 2026

Thrilled to announce a complete, ground-up rewrite of PluginHiderPlus with the release of version 6.0.0.

This update is a huge comeback and has been built following strict, modern software engineering principles and fully verified using automated unit/integration test suites to ensure absolute stability, security, and performance.

What's New in v6.0.0:

  • Native 1.21.11 & 26.1.2 Support: Fully compatible with modern Paper and Spigot versions, including Mojang's newest 2026 versioning scheme.
  • Zero Dependencies: We have completely removed the dependency on ProtocolLib. The plugin is now entirely self-contained and lightweight, reducing server overhead.
  • Modern HEX/RGB Color Support: Silently and natively supports modern HEX color codes (`&#FFFFFF`) inside blocked messages, bypass notifications, and custom replacements.
  • Advanced Wildcard & Player Replacements:
    Use `%player%` in search/replacement fields to dynamically resolve player usernames.
    Use wildcards (`%0%`, `%1%`, `%2%`, etc.) to capture dynamic text from original plugin messages and safely transfer or reposition them inside your customized replacements (e.g. `"%0% joined %1%"` -> `"%1% [+] %0%"`).
  • Instant Client-Side Refreshes: Reloading or disabling the plugin via `/ph` now instantly refreshes network handlers and forces online clients to rebuild their command suggestions and F3 brand displays (new feature) in real-time—no reconnects required.

*Note: Due to the structural changes, configurations from v5.x and below are not completely compatible. Please let the plugin generate a fresh, optimized config.yml on startup.

Support is now back and strictly focused on v6.0.0 and newer.
----------, May 28, 2026

Minor adjustments to the custom blocked commands system.

(now you will trigger the command blocker only if you do "/command" or /command <arguments>)
----------, Apr 18, 2020

Fixed a plugin steal method.

UPDATE TUTORIAL

Just replace the older version with this (for version 4.9 and lower see the update tutorial of version 5.0)
----------, Apr 15, 2020

Just some little fixes...
----------, Apr 15, 2020

5.0

Update:

Completely recoded. 1.15.2 SUPPORT ADDED!
Huge improvements to the message replacement system, now you can use colors and special characters.
Added the possibility to block commands to operators.


Update tutorial:


Backup your old configs (to use it as a reference) and delete your folder, then edit the new configs.
----------, Mar 23, 2020

added
- 'plugins'
in default blocked commands

if you are using 4 or 4.1 version add
- 'plugins'
to
defaultBlockedCommands.

Ty to orell12 for the report
----------, Aug 3, 2019

Update:
Added a whitelist and blacklist system to the command suggestions blocker (only 1.13.x and 1.14.x) Ty for the donation to ProMoRRom

Update tutorial:


Add on the top of your config.yml file this code.
Code (Text):

#If you set this to true the whitelist will be a blacklist.
reverse-suggestionsWhitelist: false

#Insert Here All Commands you want to show in the command suggestions. (Without "/")
#Only the commands that are included in the player's command list will be whitelisted.
#ALERT!!! insert only lowercase letters.
suggestionsWhitelist:
  - minecraft:tell
  - tell
 
----------, Jul 18, 2019

  • added 1.14.x support
  • Now if you have the permission "pluginhider.view.suggestions" you can view the command suggestionsù
  • Changed the 1.13 and the 1.14 tab completion blockers, now the plugin can block all the tab completions without editing the spigot.yml
  • changed the custom configuration system and the command system (replaced with a lightweight and better one)
  • some plugin optimizations
FULL RECODED
----------, Jul 15, 2019

fixed the tab completion message spam from the 3.6.
----------, Mar 17, 2019

Now if you have the permission "pluginhider.view.message" you can use the tab completions.
----------, Mar 16, 2019

Config update guide:
Add to your config.yml

enable-messageReplacements: false
(or true if you want it)

---------------------------------------------------
Now if you write in any plugin message "none" it will be disabled.
Now You can toggle the message replacement feature, setting "enable-messageReplacements" to true or false.

Ty to @Nuking_Blake for this idea! <3
----------, Jan 17, 2019

Major update:

Now the 1.13 tab complete can be blocked!

Update tutorial.
Insert the plugin in your plugins folder, start the server, stop the server and re-start the server.

;)
----------, Aug 15, 2018

Minor update:
Now you can change / remove / add the default blocked commands and tab completions to be blocked in the config.yml.

Update tutorial:

Add at the end of your config.yml file this code.
Code (Text):

#The default blocked commands, ALERT! remove one of it only if you know what are you doing.
defaultBlockedCommands:
  - 'pl'
  - 'ver'
  - 'version'
  - 'about'
  - 'icanhasbukkit'
  - 'bukkit'
  - 'minecraft'
  - '?'
  - 'help'
 
----------, Aug 15, 2018

- Added 1.13 support
- New Features:
- Now you can reload all plugin configurations with /pluginhider reload
- Now you can change the "hard coded" plugin messages in the config.yml
Example: "SuperCrates> message" > "YourServer> message".
- New Commands:
- /pluginhider reload

Update Tutorial:
add to the end of your config.yml this code:

Code (Text):

#Here you can add some message replacements for hiding the non-customizable plugin messages. (You can add an infinite number of replacements)
#
#Guide: Don't use color codes in (message:).
messageReplacements:
  replaceOne:
    message: 'String'
    replace: '&a&lAnotherString'
  replaceTwo:
    message: 'String2'
    replace: '&b&lAnotherString2'
  replaceThree:
    message: 'String3'
    replace: '&c&lAnotherString3'
 
----------, Jul 23, 2018

Minor update:
- New features
- Added the full tab completion blocker option in config.yml

Update Tutorial:

go in config.yml and paste this code at the end of the config.
Code (Text):

#if this is false the plugin blocks only the tab completions can show your plugins, if it is true the plugin blocks all the tab completions.
blockAllTabCompletions: true
 
Version: [3.1]
----------, Jul 18, 2018

Major Update:

- Completely recoded the plugin.
- Little bug fixes
- Big code optimizations

Version: [3.0]
----------, Jul 18, 2018

Added compatibility for all plugins who have commands can start with


"pl"
"ver"
"version"
"about"
"icanhasbukkit"
"bukkit"
"minecraft"
"?"
"help"

Version: [2.5]
----------, Apr 29, 2018

Minor config optimization.

Version: [2.1]
----------, Apr 23, 2018

New Features:

- Now, Messages Are Fully Configurable in messages.yml file!
- MultiConfig :p

Version: [2.0]
----------, Feb 24, 2018

[Minor]

- Added Spigot 1.12.2 Support

Version: [1.2]
----------, Feb 21, 2018

[Minor] - Bug Fix

Fixed blocked commands in config.yml with newer versions.

Version: [1.1]
----------, Feb 15, 2018

Minor

1- BugFix: Fixed a plug-in steal Bug.
2- New Feature: Added config.yml for blocking commands with a custom coloured message.
3- Updated the resource page.


Version: [1.0]
----------, Feb 13, 2018

Resource Information
Author:
----------
Total Downloads: 43,005
First Release: Jan 3, 2018
Last Update: May 28, 2026
Category: ---------------
All-Time Rating:
97 ratings
Version -----
Released: --------------------
Downloads: ------
Version Rating:
----------------------
-- ratings