Improved some comments in the default ini file.

This commit is contained in:
Milutinke 2022-09-28 18:50:48 +02:00
parent 5d1eabd74c
commit 6c07415e24

View file

@ -140,12 +140,12 @@ logfile=alerts-log.txt # The name of a file where alers logs will be
[AntiAFK]
# Send a command on a regular basis or make the bot walk around randomly to avoid automatic AFK disconnection
# /!\ Make sure your server rules do not forbid anti-AFK mechanisms!
# /!\ Make sure you keep the bot in an enclosure to prevent it wandering off if you're using terrain handling!
# /!\ Make sure you keep the bot in an enclosure to prevent it wandering off if you're using terrain handling! (Recommended size 5x5x5)
enabled=false
delay=600 # 10 = 1s (Can also be a random number between 2 numbers, example: 50-600) (Default: 600)
command=/ping # Command to send to the server
use_terrain_handling=false # Use terrain handling to enable the bot to move around
walk_range=5 # The range the bot can move around randomly
walk_range=5 # The range the bot can move around randomly (Note: the bigger the range, the slower the bot will be)
walk_retries=20 # How many timec can the bot fail trying to move before using the command method
[AutoRelog]