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

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

⬇ Download on Spigot


[​IMG]
PluginHiderPlus (v6.0.0+)
Preserve the uniqueness of your ideas by completely concealing your server software and plugin signatures.

PluginHiderPlus is a lightweight, clean solution designed to protect your server’s identity. It filters command suggestions, blocks administrative commands, customizes your server brand, and intercepts outgoing messages to replace recognizable plugin signatures—keeping your technical stack private.

Key Features (v6.0.0+)
Commands & Permissions
Permissions
Technical Highlights & Code Safety
The v6.0.0 release is a complete ground-up rewrite targeting Minecraft 1.21.11. It has been designed with maintainability in mind:


⚠️ Legacy Versions & Discontinued Support Notice

For servers running legacy Minecraft versions (from 1.8.8 to 1.15.2), older builds of this plugin (versions 5.x.x and lower) are archived and available for download in the Version History tab.

Versions from 1.16 to 1.20 are not officially supported and will never be, we strongly encourage you to update your server version.

Please note the following before downloading legacy builds:

  1. Dependencies: Unlike modern versions, older builds (v5.x and lower) will require ProtocolLib to function.

  2. Feature Discrepancy: Modern features could not be present in legacy versions.

  3. Support Policy: Active development, updates, and support are free of charge and strictly limited to version 6.0.0 and above. Legacy versions are provided as-is, with no active support or maintenance.
Configuration Preview
The default config.yml is pre-configured for instant deployment on modern essential servers:
Spoiler: config.yml
Code (YAML):
# ===================================================================
#                         PluginHider+ Config
#                     Only for v1.21.11 and above
#       See older versions (5.x.x and lower for v1.8.8 to v1.15.2)
# ===================================================================

# Set to true to filter client-side command suggestions based on the whitelist below.
# Set to false to disable all suggestion filtering (players will see all their normal permitted commands).
enable-suggestionsFilter
: true

# If set to true, the suggestionsWhitelist below will act as a blacklist instead.
# For standard setups, keep this 'false' to whitelist only permitted commands.
reverse-suggestionsWhitelist
: false

# Commands included here will be visible in the client's tab-complete menu.
# ONLY commands that the player actually has permission to execute on the server
# will be shown to them. (Do not include the leading "/" - use lowercase only).
#
# This list is pre-configured out-of-the-box with standard player commands
# feel free to edit to align with your server's specific needs.
suggestionsWhitelist
:
  # --- Messaging & Social ---
  - msg
  - tell
  - w
  - whisper
  - r
  - reply
  - mail
  - helpop
  - ignore
  # --- Teleportation & Travel ---
  - spawn
  - tpa
  - tpaccept
  - tpyes
  - tpdeny
  - tpahere
  - back
  - home
  - homes
  - sethome
  - delhome
  - warp
  - warps
  # --- Economy & Shop ---
  - bal
  - balance
  - money
  - pay
  - baltop
  - balancetop
  - shop
  # --- Player Utilities & Kits ---
  - afk
  - rules
  - motd
  - kit
  - kits
  - seen
  - recipe
  - playertime
  - ptime
  - vote
  # --- Add more commands below ---

# Custom Command Blocker
# ------------------------------------------
blockedCommands
:
  # Commands in this section are blocked for regular players.
  # Players with the bypass permission can execute them freely.
  users
:
    # Bypass permission required to execute the commands listed below.
    permission
: 'pluginhider.bypassbc'
    # Message sent to the player when their command execution is blocked.
    # Set to 'none' to disable the message. ('&' color codes are supported).
    message
: '&c&lPluginHider&2&l+ &eThis Command is blocked.'
    # Lowercase commands to block (supports sub-commands, e.g., 'example1 sub').
    commands
:
     - example1
      - example2
      - example3

  # Commands in this section are blocked for EVERYONE on the server,
  # including Operators. They can only be executed directly from the Server Console.
  everyone
:
    message
: '&c&lPluginHider&2&l+ &eThis Command is blocked.'
    commands
:
     - example4
      - example5
      - example6

# Outbound Message Replacements
# ------------------------------------------
# This feature scans outbound system packets and replaces specific strings sent
# by other plugins. Great for hiding hardcoded, recognizable plugin messages.
# Set 'enable-messageReplacements' to true to activate.
# Available placeholders: %player% (Player name). Wildcards: %0%, %1%, %2%, etc...
enable-messageReplacements
: false
messageReplacements
:
  replaceOne
:
    message
: '&aString %player%'
    replacement
: '&a&lAnotherString %player%'
  replaceTwo
:
    message
: '&bThe %0% goes so %1%' # The time goes so fast
    replacement
: '&b&l %0% is set to %1%' # time is set to fast
  replaceThree
:
    message
: '&cString3'
    replacement
: '&c&lAnotherString3'
  # --- Add more replacements below ---

# Server Brand Customization
# ------------------------------------------
# Overwrites the server software name displayed on the right side of the client's F3 debug screen.
# Set to 'none' to keep the default server brand (e.g., 'Paper' or 'Spigot').
custom-server-brand
: 'Vanilla'

# System Bypass Notifications
# ------------------------------------------
# Message sent to players with default blocked commands bypass ('pluginhider.view.message').
# Set to 'none' to disable.
allowMessage
: '&c&lPluginHider&2&l+ &2Access granted : )'

# Message sent to players blocked from executing default blocked commands.
# Set to 'none' to disable.
denyMessage
: '&c&lPluginHider&2&l+ &4Access denied : ('

# Default blocked command list. These are standard system commands players use
# to discover server plugins and versions. We strongly advise to not touch this.
defaultBlockedCommands
:
 - 'pl'
  - 'plugins'
  - 'ver'
  - 'version'
  - 'about'
  - 'icanhasbukkit'
  - 'bukkit:?'
  - 'bukkit:pl'
  - 'bukkit:plugins'
  - 'bukkit:about'
  - 'bukkit:help'
  - 'bukkit:ver'
  - 'bukkit:version'
  - 'minecraft:help'
  - 'minecraft:me'
  - '?'
  - 'help'


⚠️ DO NOT USE REVIEWS FOR SUPPORT OR BUG REPORTS!

If you encounter an issue, need assistance, or have a bug to report, please send a Private Message (PM) instead. I cannot assist you in the reviews section.

Any reviews used to post error logs, report bugs, or ask for support will be reported to SpigotMC staff for immediate removal.

Commands

Plugin details

Read from the plugin's own plugin.yml.

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

PluginHider+ | Plugin Hider Plus [HIDE YOUR PLUGINS] + [ANTI TAB COMPLETE] + [ALL MESSAGE REPLACE] is a free Minecraft Java mod. Compatible with Minecraft 1.21, 26.1. Downloaded 43,527 times (via Spigot). Download it and open it directly in the game.

Explore more