mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Improved some comments in the default ini file.
This commit is contained in:
parent
5d1eabd74c
commit
6c07415e24
1 changed files with 2 additions and 2 deletions
|
|
@ -140,12 +140,12 @@ logfile=alerts-log.txt # The name of a file where alers logs will be
|
||||||
[AntiAFK]
|
[AntiAFK]
|
||||||
# Send a command on a regular basis or make the bot walk around randomly to avoid automatic AFK disconnection
|
# 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 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
|
enabled=false
|
||||||
delay=600 # 10 = 1s (Can also be a random number between 2 numbers, example: 50-600) (Default: 600)
|
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
|
command=/ping # Command to send to the server
|
||||||
use_terrain_handling=false # Use terrain handling to enable the bot to move around
|
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
|
walk_retries=20 # How many timec can the bot fail trying to move before using the command method
|
||||||
|
|
||||||
[AutoRelog]
|
[AutoRelog]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue