diff --git a/Commands.md b/Commands.md index 18f7796..1226a98 100644 --- a/Commands.md +++ b/Commands.md @@ -81,4 +81,18 @@ For example, `@123` would reference the player with a `Client ID` of 123. `reports` - _Shortcut_ - `reps` -- _Optional Parameter 1_ - `clear` (erases reports for current server) \ No newline at end of file +- _Optional Parameter 1_ - `clear` (erases reports for current server) + +## Rules shortcut +You can use `rule` shortcuts to provide a reason for administering a penalty (warn, kick, tempban, ban) +### Example usage +#### Global Rules + - No camping + - Respect other players + +#### Server Rules + - Don't team kill + - Stay out of spawns + +`!kick client rule1` => Client kicked for "No camping" +`!ban client serverrule2` => Client banned for "Stay out of spawns" \ No newline at end of file