From 4308d4afca7ee8b5509e8e1ffe52f6ad8f9d9a9e Mon Sep 17 00:00:00 2001 From: Intelli Date: Thu, 4 Jan 2024 18:09:20 -0700 Subject: [PATCH] Updated documentation for blacklist.txt --- docs/config.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/config.md b/docs/config.md index 5368ef8..7df68a7 100644 --- a/docs/config.md +++ b/docs/config.md @@ -18,15 +18,18 @@ Secondary configuration files override the value specified in config.yml. If you ## Disabling Logging -To disable logging for specific users or commands, simply do the following: +To disable logging for specific users, blocks or commands, simply do the following: 1. In the CoreProtect plugin directory, create a file named `blacklist.txt`. 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", TNT explosions, and the "/help" command, the blacklist.txt file would look like this: +This can be used to disable logging for non-player users, such as "#creeper". For example, if you'd like to disable logging for the user "Notch", TNT explosions, stone blocks, and the "/help" command, the blacklist.txt file would look like this: ```text Notch #tnt /help -``` \ No newline at end of file +minecraft:stone +``` + +*Please note that to disable logging for blocks, you must include the namespace. For example, to disable logging for dirt, you must add it as "minecraft:dirt".* \ No newline at end of file