mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Implemented Map Chat bot which can render maps into images. Useful for solving captchas.
This commit is contained in:
parent
656aed4705
commit
f7263873db
5 changed files with 372 additions and 20 deletions
|
|
@ -223,14 +223,6 @@ general.available_cmd=Available commands: {0}
|
|||
# Animation
|
||||
cmd.animation.desc=Swing your arm.
|
||||
|
||||
# Bots
|
||||
cmd.bots.desc=List bots, unload a bot or all bots.
|
||||
cmd.bots.list=Loaded bots
|
||||
cmd.bots.notfound=Bot {0} is not loaded, check if you have made a typo!
|
||||
cmd.bots.noloaded=No bots loaded!
|
||||
cmd.bots.unloaded=Successfully unloaded bot: {0}
|
||||
cmd.bots.unloaded_all=Successfully unloaded all bots!
|
||||
|
||||
# ChangeSlot
|
||||
cmd.changeSlot.desc=Change slot in hotbar
|
||||
cmd.changeSlot.nan=Could not change slot: Not a Number
|
||||
|
|
@ -373,15 +365,6 @@ cmd.move.chunk_not_loaded=The chunk where the target location resides has not ye
|
|||
# Reco
|
||||
cmd.reco.desc=restart and reconnect to the server.
|
||||
|
||||
# Reload
|
||||
cmd.reload.started=Reloading settings...
|
||||
cmd.reload.warning1=This command will NOT affect certain settings which are used before connecting to a server!
|
||||
cmd.reload.warning2=Some settings passed through the command line parameters might get overriden!
|
||||
cmd.reload.warning3=You also might need to reconnect for some settings to take effect.
|
||||
cmd.reload.warning4=Replay Chat Bot will not be hard reloaded due to technical limitations!
|
||||
cmd.reload.finished=Reloaded Settings!
|
||||
cmd.reload.desc=Reloads MCC settings.
|
||||
|
||||
# Respawn
|
||||
cmd.respawn.desc=Use this to respawn if you are dead.
|
||||
cmd.respawn.done=You have respawned.
|
||||
|
|
@ -431,7 +414,6 @@ cmd.useitem.use=Used an item
|
|||
bot.autoAttack.mode=Unknown attack mode: {0}. Using single mode as default.
|
||||
bot.autoAttack.priority=Unknown priority: {0}. Using distance priority as default.
|
||||
bot.autoAttack.invalidcooldown=Attack cooldown value cannot be smaller than 0. Using auto as default
|
||||
bot.autoAttack.invalidlist=Invalid list type provided, using the default list mode of: 'blacklist'
|
||||
|
||||
# AutoCraft
|
||||
bot.autoCraft.cmd=Auto-crafting ChatBot command
|
||||
|
|
@ -556,6 +538,17 @@ bot.mailer.cmd.ignore.removed=Removed {0} from the ignore list!
|
|||
bot.mailer.cmd.ignore.invalid=Missing or invalid name. Usage: {0} <username>
|
||||
bot.mailer.cmd.help=See usage
|
||||
|
||||
# Maps
|
||||
bot.map.cmd.desc=Render maps (item maps)
|
||||
bot.map.cmd.not_found=A map with id '{0}' does not exists!
|
||||
bot.map.cmd.invalid_id=Invalid ID provided, must be a number!
|
||||
bot.map.received=The list of received maps from the server:
|
||||
bot.map.no_maps=No maps received!
|
||||
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})
|
||||
|
||||
# ReplayCapture
|
||||
bot.replayCapture.cmd=replay command
|
||||
bot.replayCapture.created=Replay file created.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue