-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add back the README (issue with my PC) and add commands & permissions
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
# MelooonCensor | ||
|
||
A simple censor plugin for Bukkit/CraftBukkit. | ||
|
||
## Commands | ||
|
||
### /censor add (censor|ignore) `word` | ||
|
||
Adds a word to the censored/ignored word list. | ||
|
||
### /censor remove (censor|ignore) `word` | ||
|
||
Removes a word from the censored/ignored word list. | ||
|
||
### /censor list [censor|ignore] | ||
|
||
Lists all the words in either the censored/ignored lists, or both (if none is specified). | ||
|
||
## Permissions | ||
|
||
#### meloooncensor.add.censor | ||
|
||
Permission to run `/censor add censor` | ||
|
||
#### meloooncensor.add.ignore | ||
|
||
Permission to run `/censor add ignore` | ||
|
||
#### meloooncensor.remove.censor | ||
|
||
Permission to run `/censor remove censor` | ||
|
||
#### meloooncensor.remove.ignore | ||
|
||
Permission to run `/censor remove ignore` | ||
|
||
#### meloooncensor.list.censor | ||
|
||
Permission to run `/censor list censor` | ||
|
||
#### meloooncensor.list.ignore | ||
|
||
Permission to run `/censor list censor` | ||
|
||
## License | ||
|
||
This repository and code is made available under the [MIT License](./LICENSE.md). |