mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Fixed some comments in the default ini file.
This commit is contained in:
parent
6c07415e24
commit
a6ad163aad
1 changed files with 4 additions and 4 deletions
|
|
@ -138,7 +138,7 @@ logtofile=false # Log alerts info a file
|
|||
logfile=alerts-log.txt # The name of a file where alers logs will be written
|
||||
|
||||
[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 or random 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! (Recommended size 5x5x5)
|
||||
enabled=false
|
||||
|
|
@ -299,11 +299,11 @@ log_delay=600 # 10 = 1s
|
|||
[Map]
|
||||
# Allows you to render maps into .jpg images
|
||||
# This is useful for solving captchas which use maps
|
||||
# NOTE: This is a new feature, we could not find the proper color mappings, but we are continuing with the search
|
||||
# The colors are not like in minecraft and might look ugly
|
||||
# This feature is currently only useful for solving captchas, which is it's primary purpose for the time being.
|
||||
# NOTE:
|
||||
# This feature is currently only useful for solving captchas which use maps.
|
||||
# If some servers have a very short time for solving captchas, enabe auto_render_on_update and prepare to open the file quickly.
|
||||
# On linux you can use FTP to access generated files.
|
||||
# In the future it might will be possible to display maps directly in the console with a separate command.
|
||||
enabled=false
|
||||
resize_map=false # Should the map be resized? (Default one is small 128x128)
|
||||
resize_to=256 # The size to resize the map to (Note: the bigger it is, the lower the quallity is)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue