🛑 Plugin for blocking commands on chat tab completer and in-game
Add commands that players will be able to use for selected permissions groups and reload the plugin.
The plugin hides the visibility of other commands while tabing them and blocks their usage
# All commands bypass permission: 'anticommand.bypass'
groups:
# Default group for all players, no permission needed
default:
- "login"
- "register"
- "msg"
- "reply"
- "r"
- "ignore"
- "helpop"
- "ranks"
- "spawn"
- "tpa"
- "help"
- "plot"
- "p"
# Example group, need permission 'anticommand.group.admin' for use
admin:
- "mute"
- "unmute"
- "kick"
- "ban"
- "unban"
- "gamemode"
- "fly"
- "tp"
- "broadcast"
- "bc"
- "pardon"
# Example group, need permission 'anticommand.group.headadmin' for use
# Add 'bypass: true' to groups to allow to see ALL COMMANDS
headadmin:
bypass: true