FEATURES
- Block specific commands
- Block specific plugins
- Customize or disable the message if a blocked command is executed
- Anti-tab complete commands
- Only op's bypass feature
- Configurable exempt players list
- Configurable notify message
- BungeeCord support
SUPPORT
This plugin supports minecraft versions from 1.7x to 1.19x
INSTALLATION
1. Download the plugin
2. We higly reccomend using
ProtocolLib for the tab-complete fix
3. Put it in your plugins folder for your server
4. Start your server
5. Done.
CONFIG
Code (YAML):
settings:
bypass-permission
:
"pluginhider.bypass"
admin-permission
:
"pluginhider.admin"
notify-permission
:
"pluginhider.notify"
op-bypass
: false
removed-commands
:
- about
- ver
- '?'
- version
- icanhasbukkit
- pl
- plugins
- bukkit:pl
- bukkit:plugins
- bukkit:ver
- bukkit:version
- bukkit:?
- bukkit:about
- bukkit:help
# Exempt players from blocked commands
allow-exempt-players
: false
exempt-players
:
- OnlyDehBest
# Block all subscommands and commands of the plugins' list
block-plugin-commands
: false
plugins
:
- WorldEdit
- WorldGuard
- LuckPerms
# Notify players that have the notify-permission when another player tries to use a blocked command
blocked-commands-notify
: true
messages:
not-a-player
:
"&cOnly players can execute this command."
blocked-commands
:
"&cUnknown command."
no-permissions
:
"&cNo permissions."
notify-message
:
"&b&lPluginHiderFixer &8» &a%player% &ftried to execute a blocked command &c(%command%)."