Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adeynes committed Aug 2, 2018
1 parent fee62b2 commit d1be3b9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,13 @@ cucumber also has miscellaneous moderation commands that are not related to puni
| **Command** | **Description** | **Usage** | **Tags** |
|-------------|-----------------------------------|------------------------------------------------|---------------------------------------------------------------------------------|
| `/rawtell` | Send a raw message to a player | `/rawtell <player> <message> [-nom] [-p] [-t]` | `-nom` does not send a chat message<br>`-p` sends a popup<br>`-t`sends a title |
| `/log` | Log a message | `/log <message>` | |
| `/log` | Log a message | `/log <message> [-s <severity>]` | `-s` specifies the severity at which to log the message |
| `/alert` | Broadcast a message to the server | `/alert <message> [-nom] [-p] [-t]` | `-nom` does not send a chat message<br>`-p` sends a popup<br>`-t` sends a title |
| `/ip` | Get a player's IP | `/ip <player>` | |

#### Severity
In a severity tag:
* `log`: Normal, ordinary events
* `notice`: Normal but noticeable events
* `important`: Significant events
* `alert`: Exceptional events that likely require monitoring

0 comments on commit d1be3b9

Please sign in to comment.