Skip to content

Commit

Permalink
Merge branch 'master' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
adeynes committed Sep 26, 2020
2 parents 2e5d2bb + ee6ffd7 commit 43c71b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ cucumber enables banning of players and IPs, muting and warning.
| `/mute` | Mute a player | `/mute <player> <duration>\|inf [reason]` | See below for the format of the `duration` argument |
| `/mutelist` | See the list of mutes | `/mutelist [-all\|-a]` | The `-all` flag specifies that all mutes should be displayed, including those that have expired |
| `/unmute` | Unmute a player | `/unmute <player>` | This removes the mute from the player's punishment history and from `/mutelist -all` |
| `/warn` | Warn a player | `/warn <player> <duration>\|inf [reason] | See below for the format of the `duration` argument |
| `/warnings` | See a player's warnings | `/warnings <player> [-all\|-a] | The `-all` flag specifies that all of the player's warnings should be displayed, including those that have expired |
| `/mywarnings` | See your warnings | `/mywarnings [-all\|-a] | The `-all` flag specifies that all of the sender's warnings should be displayed, including those that have expired |
| `/delwarn` | Delete a specific warning | `/delwarn <id> | Warnings are identified with an ID that should be displayed in `/warnings` and upon the creation of the warning |
| `/warn` | Warn a player | `/warn <player> <duration>\|inf [reason]` | See below for the format of the `duration` argument |
| `/warnings` | See a player's warnings | `/warnings <player> [-all\|-a]` | The `-all` flag specifies that all of the player's warnings should be displayed, including those that have expired |
| `/mywarnings` | See your warnings | `/mywarnings [-all\|-a]` | The `-all` flag specifies that all of the sender's warnings should be displayed, including those that have expired |
| `/delwarn` | Delete a specific warning | `/delwarn <id>` | Warnings are identified with an ID that should be displayed in `/warnings` and upon the creation of the warning |
| `/history` | See a player's punishment history | `/history <player>` | This includes expired punishments. It also includes IP bans pertaining to the player's IP. The player's first join and last join dates are also displayed |

#### Duration
Expand Down

0 comments on commit 43c71b9

Please sign in to comment.