CommandBlocker blocks all commands by default and lets you whitelist specific ones based on user groups – giving you full control and a clean, organized command list
All information about this project can be found in our detailed documentation.
CommandBlocker blocks all commands by default and allows you to whitelist specific commands based on user groups - giving you full control and a clean, organized command list.
/cblocker reload - cblocker.reloadPlease make sure to give yourself the
cblocker.adminpermission in your permission system during installation to avoid being locked out.
# Chat messages with color codes (&, §). Disable by setting to '' (example: noPermission: '')
# Color codes: http://minecraft.gamepedia.com/Formatting_codes
usageMessage: '&c&lTechniqStone &8» &7Do you mean: &b/cblocker &7reload?'
blockMessage: '&c&lTechniqStone &8» &cThis command does not exist!'
reloadMessage: '&c&lTechniqStone &8» &7Config and tab groups reloaded.'
noPermission: '&c&lTechniqStone &8» &cThis command does not exist!'
# Tablist refresh interval in seconds
refreshInterval: 5
# Groups assigned via permission: cblocker.<group> (e.g. cblocker.admin or cblocker.default)
# Superadmins can use the permission cblocker.bypass to view all commands if desired.
tab:
default:
commands:
- '/spawn'
admin:
commands:
- '/cblocker'
- '/lp'
- '/stop'