mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Merge branch 'master' into farmbot
This commit is contained in:
commit
e44973e900
23 changed files with 2519 additions and 1539 deletions
|
|
@ -548,7 +548,7 @@ bot.autoRelog.disconnect_msg=Got disconnected with message: {0}
|
|||
bot.autoRelog.reconnect_always=Ignoring kick message, reconnecting anyway.
|
||||
bot.autoRelog.reconnect=Message contains '{0}'. Reconnecting.
|
||||
bot.autoRelog.reconnect_ignore=Message not containing any defined keywords. Ignoring.
|
||||
bot.autoRelog.wait=Waiting {0} seconds before reconnecting...
|
||||
bot.autoRelog.wait=Waiting {0:0.000} seconds before reconnecting...
|
||||
|
||||
# AutoRespond
|
||||
bot.autoRespond.loading=Loading matches from '{0}'
|
||||
|
|
@ -604,7 +604,7 @@ bot.map.received_map=Received a new Map, with Id: {0}
|
|||
bot.map.rendered=Succesfully rendered a map with id '{0}' to: '{1}'
|
||||
bot.map.failed_to_render=Failed to render the map with id: '{0}'
|
||||
bot.map.list_item=- Map id: {0} (Last Updated: {1})
|
||||
bot.map.windows_only=Save to file is currently only available for the windows platform.
|
||||
bot.map.scale=The size of the map is reduced from ({0}x{1}) to ({2}x{3}) due to the size limitation of the current terminal.
|
||||
|
||||
# ReplayCapture
|
||||
bot.replayCapture.cmd=replay command
|
||||
|
|
@ -719,6 +719,9 @@ config.Main.Advanced.timeout=Customize the TCP connection timeout with the serve
|
|||
config.Main.Advanced.enable_emoji=If turned off, the emoji will be replaced with a simpler character (for /chunk status).
|
||||
config.Main.Advanced.movement_speed=A movement speed higher than 2 may be considered cheating.
|
||||
config.Main.Advanced.language.invaild=The language code is invalid!
|
||||
config.Main.Advanced.TerminalColorDepth=Use "none", "bit_4", "bit_8" or "bit_24". This can be checked by opening the debug log.
|
||||
config.Main.Advanced.MinTerminalWidth=The minimum width used when calculating the image size from the width of the terminal.
|
||||
config.Main.Advanced.MinTerminalHeight=The minimum height to use when calculating the image size from the height of the terminal.
|
||||
|
||||
# Signature
|
||||
config.Signature=Chat signature related settings (affects minecraft 1.19+)
|
||||
|
|
@ -814,8 +817,8 @@ config.ChatBot.AutoCraft.CraftingTable=Location of the crafting table if you int
|
|||
config.ChatBot.AutoCraft.OnFailure=What to do on crafting failure, "abort" or "wait".
|
||||
config.ChatBot.AutoCraft.Recipes=Recipes.Name: The name can be whatever you like and it is used to represent the recipe.\n# Recipes.Type: crafting table type: "player" or "table"\n# Recipes.Result: the resulting item\n# Recipes.Slots: All slots, counting from left to right, top to bottom. Please fill in "Null" for empty slots.\n# For the naming of the items, please see:\n# https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Inventory/ItemType.cs
|
||||
|
||||
# ChatBot.AutoDig
|
||||
config.ChatBot.AutoDig=Auto-digging blocks.\n# You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.\n# Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.\n# For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs
|
||||
# AutoDig
|
||||
config.ChatBot.AutoDig=Auto-digging blocks.\n# You need to enable Terrain Handling to use this bot\n# You can use "/digbot start" and "/digbot stop" to control the start and stop of AutoDig.\n# Since MCC does not yet support accurate calculation of the collision volume of blocks, all blocks are considered as complete cubes when obtaining the position of the lookahead.\n# For the naming of the block, please see https://github.com/MCCTeam/Minecraft-Console-Client/blob/master/MinecraftClient/Mapping/Material.cs
|
||||
config.ChatBot.AutoDig.Auto_Tool_Switch=Automatically switch to the appropriate tool.
|
||||
config.ChatBot.AutoDig.Durability_Limit=Will not use tools with less durability than this. Set to zero to disable this feature.
|
||||
config.ChatBot.AutoDig.Drop_Low_Durability_Tools=Whether to drop the current tool when its durability is too low.
|
||||
|
|
@ -881,8 +884,8 @@ config.ChatBot.Mailer=Relay messages between players and servers, like a mail pl
|
|||
|
||||
# ChatBot.Map
|
||||
config.ChatBot.Map=Allows you to render maps into .jpg images\n# This is useful for solving captchas which use maps\n# The maps are rendered into Rendered_Maps folder.\n# NOTE:\n# This feature is currently only useful for solving captchas which use maps.\n# If some servers have a very short time for solving captchas, enabe Auto_Render_On_Update and prepare to open the file quickly.\n# On linux you can use FTP to access generated files.\n# In the future it might will be possible to display maps directly in the console with a separate command.\n# /!\ Make sure server rules allow bots to be used on the server, or you risk being punished.
|
||||
config.ChatBot.Map.Should_Resize=Should the map be resized? (Default one is small 128x128)
|
||||
config.ChatBot.Map.Resize_To=The size to resize the map to (Note: the bigger it is, the lower the quallity is)
|
||||
config.ChatBot.Map.Render_In_Console=Whether to render the map in the console.
|
||||
config.ChatBot.Map.Save_To_File=Whether to store the rendered map as a file.
|
||||
config.ChatBot.Map.Auto_Render_On_Update=Automatically render the map once it is received or updated from/by the server
|
||||
config.ChatBot.Map.Delete_All_On_Unload=Delete all rendered maps on unload/reload (Does not delete the images if you exit the client)
|
||||
config.ChatBot.Map.Notify_On_First_Update=Get a notification when you have gotten a map from the server for the first time
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue