mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Fixed Player List Logger and added config section for it.
This commit is contained in:
parent
8809ad41d8
commit
697025040f
3 changed files with 35 additions and 12 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue