Compatibility
Minecraft: Java Edition
1.21.8–1.21.11
Platforms
Tags
Creators
Details
Licensed ARR
Published 2 days ago
🛡️ PluginHiderPlus
PluginHiderPlus is a lightweight, high-performance Minecraft server plugin designed to secure your server by hiding sensitive commands and plugin information from unauthorized players. Keep your server setup private and protect your intellectual property with ease!
✨ Features
- Command Filtering: Block sneaky players from typing commands like
/pl,/plugins,/?, or tab-completing unauthorized commands. - Fully Customizable: Easily modify the block messages and filtered commands via a straightforward configuration file.
- Lightweight & Efficient: Built with performance in mind, ensuring zero lag or impact on your server's TPS.
- Plug & Play: Works out of the box with optimal default settings.
⚙️ Configuration
Put the plugin inside of your servers plugin folder and restart the server. If there is something that you need to block then simply add it in the config file.
config.yml
# PluginHiderPlus Configuration
# Customize your block messages and settings here!
settings:
# The message displayed when a player tries to execute a hidden command
no-permission-message: "&cCHANGE THIS TO YOUR OWN MESSAGE"
# List of commands that should be completely blocked for regular players
blocked-commands:
- "pl"
- "plugins"
- "version"
- "ver"
- "about"
- "icanhasbukkit"
- "?"


