Skip to content

Commit

Permalink
Add back the README (issue with my PC) and add commands & permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshal committed Jan 30, 2016
1 parent 6aa8933 commit 2477dbe
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions README.md
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).

0 comments on commit 2477dbe

Please sign in to comment.