diff --git a/MinecraftClient/Resources/config/MinecraftClient.ini b/MinecraftClient/Resources/config/MinecraftClient.ini index 6c45739a..73e109a3 100644 --- a/MinecraftClient/Resources/config/MinecraftClient.ini +++ b/MinecraftClient/Resources/config/MinecraftClient.ini @@ -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]