Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
adeynes committed Aug 5, 2018
1 parent e77db71 commit 458d99a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,18 @@ cucumber logs various events¹ to a path specified in `config.yml`. Several logg
### Punishment Management
cucumber enables advanced banning of players and IPs, as well as muting.

| **Command** | **Description** | **Usage** | **Tags** |
|--------------|-------------------------|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `/ban` | Ban a player by name | `/ban <player> [reason] [-d <duration>]` | `-d` specifies the amount of time until the ban expires |
| `/banlist` | See the list of bans | `/banlist` | |
| `/pardon` | Pardon a player | `/pardon <player>`<br>`/unban <player>` | |
| `/ipban` | Ban an IP | `/ipban <-p <player>\|-ip <ip>> [reason] [-d <duration>]` | `-p` specifies the player whose IP will be banned<br>`-ip` specifies the IP that will be banned<br>*At least one of `-p` and `-ip` must be set*<br>`-d` specifies the amount of time until the ban expires |
| `/ipbanlist` | See the list of IP bans | `/ipbanlist` | |
| `/ippardon` | Pardon an IP | `/ippardon <ip>`<br>`/ipunban <ip>` | |
| `/mute` | Mute a player | `/mute <player> [reason] [-d <duration>]` | `-d` specifies the amount of time until the ban expires |
| `/mutelist` | See the list of mutes | `mutelist` | |
| `/unmute` | Unmute a player | `/unmute <player>` | |
| **Command** | **Description** | **Usage** | **Tags** |
|--------------|-----------------------------------------------------|-----------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `/ban` | Ban a player by name | `/ban <player> [reason] [-d <duration>]` | `-d` specifies the amount of time until the ban expires |
| `/banlist` | See the list of bans | `/banlist` | |
| `/pardon` | Pardon a player | `/pardon <player>` | |
| `/ipban` | Ban an IP | `/ipban <-p <player>\|-ip <ip>> [reason] [-d <duration>]` | `-p` specifies the player whose IP will be banned<br>`-ip` specifies the IP that will be banned<br>*At least one of `-p` and `-ip` must be set*<br>`-d` specifies the amount of time until the ban expires |
| `/ipbanlist` | See the list of IP bans | `/ipbanlist` | |
| `/ippardon` | Pardon an IP | `/ippardon <ip>` | |
| `/uban` | Ban any player that joins using an IP. Irreversible | `/uban <-p <player>\|-ip <ip>> [reason]` | `-p` specifies the player whose IP will be banned<br>`-ip` specifies the IP that will be banned<br>*At least one of `-p` and `-ip` must be set* |
| `/mute` | Mute a player | `/mute <player> [reason] [-d <duration>]` | `-d` specifies the amount of time until the ban expires |
| `/mutelist` | See the list of mutes | `/mutelist` | |
| `/unmute` | Unmute a player | `/unmute <player>` | |

#### Duration
In a duration tag:
Expand Down

0 comments on commit 458d99a

Please sign in to comment.