Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lucko/commandblocker


https://github.com/lucko/commandblocker

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# CommandBlocker

Block commands.

### Permissions

* **commandblocker.allow.\** - Explicitly allow a user to use a filtered command
* **commandblocker.block.\** - Explicitly prevent a user from using a non-filtered command

### Config
```
# Commands to block by default, unless the user has the "commandblocker.allow." permission
filtered = [
"gamemode"
"op"
"deop"
]

block-message="&cNo Permission."
```