diff --git a/README.md b/README.md index c8d1879..e0ca86a 100644 --- a/README.md +++ b/README.md @@ -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 [-nom] [-p] [-t]` | `-nom` does not send a chat message
`-p` sends a popup
`-t`sends a title | -| `/log` | Log a message | `/log ` | | +| `/log` | Log a message | `/log [-s ]` | `-s` specifies the severity at which to log the message | | `/alert` | Broadcast a message to the server | `/alert [-nom] [-p] [-t]` | `-nom` does not send a chat message
`-p` sends a popup
`-t` sends a title | +| `/ip` | Get a player's IP | `/ip ` | | + +#### Severity +In a severity tag: +* `log`: Normal, ordinary events +* `notice`: Normal but noticeable events +* `important`: Significant events +* `alert`: Exceptional events that likely require monitoring \ No newline at end of file