mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added a log file for alerts as requested in #1179
This commit is contained in:
parent
4d276ced71
commit
3366b15937
3 changed files with 16 additions and 0 deletions
|
|
@ -134,6 +134,8 @@ enabled=false
|
|||
alertsfile=alerts.txt # List of words/strings to alert you on, e.g. "Yourname"
|
||||
excludesfile=alerts-exclude.txt # List of words/strings to NOT alert you on, e.g. "<Yourname>"
|
||||
beeponalert=true # Play a beep sound when a word is detected in addition to highlighting
|
||||
logtofile=false # Log alerts info a file
|
||||
logfile=alerts-log.txt # The name of a file where alers logs will be written
|
||||
|
||||
[AntiAFK]
|
||||
# Send a command on a regular basis to avoid automatic AFK disconnection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue