Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucko/commandblocker
https://github.com/lucko/commandblocker
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucko/commandblocker
- Owner: lucko
- License: mit
- Created: 2016-10-22T20:41:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-22T20:49:18.000Z (about 8 years ago)
- Last Synced: 2024-05-01T21:21:28.241Z (7 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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."
```