Fixed Player List Logger and added config section for it.

This commit is contained in:
Milutinke 2022-09-25 22:06:26 +02:00
parent 8809ad41d8
commit 697025040f
3 changed files with 35 additions and 12 deletions

View file

@ -275,4 +275,9 @@ backupinterval=300 # How long should replay file be auto-saved, i
# this might clog the thread for terain handling) and thus slow the bot even more.
enabled=false
update_limit=10 # The rate at which the bot does calculations (10 = 1s) (Default: 5) (You can tweak this if you feel the bot is too slow)
stop_at_distance=3 # Do not follow the player if he is in the range of 3 blocks (prevents the bot from pushing a player in an infinite loop)
stop_at_distance=3 # Do not follow the player if he is in the range of 3 blocks (prevents the bot from pushing a player in an infinite loop)
[PlayerListLogger]
enabled=false
log_file=playerlog.txt
log_delay=600 # 10 = 1s