From 57fcb108116abc35a6e7bfd9cbdea50401ed2fea Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 18 Nov 2020 18:55:06 -0600 Subject: [PATCH] Updated Commands (markdown) --- Commands.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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