Added command example to blacklist documentation

This commit is contained in:
Intelli 2022-03-10 16:42:13 -07:00
parent 75f66bf212
commit dedba3c57f
1 changed files with 2 additions and 1 deletions

View File

@ -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
```