cblocker
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
cblocker
<br><br> <div align="center"> <a href="https://discord.gg/BEfcrjTJhx" rel="noopener nofollow ugc">Discord feedback & support</a> ・ <a href="https://docs.techniqstone.net" rel="noopener nofollow ugc">Documentaion</a> </div>
<br><br><br>
> All information about this project can be found in our detailed documentation.
<br><br>
What is the CommandBlocker plugin?
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.
<br><br>
Features
* Blocks 100% of all spigot/paper commands and provides a clean overview. The proxy commands are excluded * Create groups and enable commands easily in the config * The plugin refreshes itself and can be edited in the config of the time * All messages edited in the config * Fast bug fixes on message
<br><br>
Commands & Permission
* `/cblocker reload` - cblocker.reload
- cblocker.bypass - cblocker.bypass - system ignores you
> Please make sure to give yourself the `cblocker.admin` permission in your permission system during installation to avoid being locked out.
<br><br>
Config
```yml
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' ```