For support open a issue on my GitHub or join my discord
If you're a dev, you can find here my source code
Features:
»
Command whitelist: admins can define what commands other users can execute in the config file
»
Permission blocked commands: admins can define commands that can be executed if the user has a specific permission:
cmdblock.bypass.<command>
» Permission groups blocked commands: admins can define groups with specific permissions and commands executable and viewable only by those beloning to that group (Ex:
cmdblock.bypass.group.admin)
»
Anti-TabComplete: non-whitelisted commands are removed from the player commands suggestions list
(need to rejoin to apply)
»
Customizability: admins can define in the config file:
- Message prefix: (like MCServer » )
- Blocked command msg: message sent to player when he tries to execute a blocked command
- Avaiable placeholders (with papi support):
%prefix% (message prefix),
%player% (player name),
%command% (blocked command)
»
1.19 support
Commands:
- /cmdblock: Shows plugin info
- /cmdblock help: Shows plugin help msg
- /cmdblock reload: Reload Plugin configs
- /cmdblock restart: Force restart the plugin
Permissions:
-
cmdblock.bypass.*: General bypass permission
-
cmdblock.bypass.<command>: Single command bypass permission
-
cmdblock.bypass.group.<group-name>: Group specific permission
-
cmdblock.reload: Reload command permission
-
cmdblock.restart: Restart command permission