From 02c9a6c15819db8024a238441903ecf5412de0c0 Mon Sep 17 00:00:00 2001 From: Luck Date: Tue, 24 Jan 2017 20:50:29 +0000 Subject: [PATCH] Updated Command Usage (markdown) --- Command-Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-Usage.md b/Command-Usage.md index bf18220..770ae62 100644 --- a/Command-Usage.md +++ b/Command-Usage.md @@ -160,7 +160,7 @@ Filters match the start of permissions or the user being checked. You can use `& **For example:** * `Luck & (essentials | worldedit)` - matches any checks made against my user starting with "essentials" or "worldedit" * `!Luck & !anticheat` - matches any checks not against my user and not starting with "anticheat" -* `nocheatplus & !nocheatplus.check` - matches any checks starting with "nocheatplus" but not starting with "nochectplus.check" +* `anticheat & !anticheat.check` - matches any checks starting with "anticheat" but not starting with "anticheat.check" You get the idea. ;)