From dedba3c57f2c4b90ce3c324094d23e5b4e5c0432 Mon Sep 17 00:00:00 2001 From: Intelli Date: Thu, 10 Mar 2022 16:42:13 -0700 Subject: [PATCH] Added command example to blacklist documentation --- docs/config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index a0c8423..5368ef8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -24,8 +24,9 @@ To disable logging for specific users or commands, simply do the following: 2. Enter the names of the users (or commands) you'd like to disable logging for (each username on a new line). 3. Either restart your server, or type "/co reload" in-game. -This can be used to disable logging for non-player users, such as "#tnt". For example, if you'd like to disable logging for the user "Notch" and for TNT explosions, the blacklist.txt file would look like this: +This can be used to disable logging for non-player users, such as "#tnt". For example, if you'd like to disable logging for the user "Notch", TNT explosions, and the "/help" command, the blacklist.txt file would look like this: ```text Notch #tnt +/help ``` \ No newline at end of file