mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add "-f" to the /move command (#1874)
This commit is contained in:
parent
259ef80cf9
commit
dd3fd3c9d2
3 changed files with 26 additions and 17 deletions
|
|
@ -310,6 +310,7 @@ cmd.move.moving=Laufe {0}
|
|||
cmd.move.dir_fail=Kann nicht in diese Richtung laufen.
|
||||
cmd.move.walk=Gehe nach {0}
|
||||
cmd.move.fail=Konnte Pfad nach {0} nicht berechnen.
|
||||
cmd.move.suggestforce=Weg nach {0} konnte nicht berechnet werden. Benutze den -f Parameter, um unsichere Wege zu aktivieren.
|
||||
|
||||
# Reco
|
||||
cmd.reco.desc=Starte neu und verbinde erneut zum Server.
|
||||
|
|
|
|||
|
|
@ -310,6 +310,7 @@ cmd.move.moving=Moving {0}
|
|||
cmd.move.dir_fail=Cannot move in that direction.
|
||||
cmd.move.walk=Walking to {0}
|
||||
cmd.move.fail=Failed to compute path to {0}
|
||||
cmd.move.suggestforce=Failed to compute a safe path to {0}. Try -f parameter to allow unsafe movements.
|
||||
|
||||
# Reco
|
||||
cmd.reco.desc=restart and reconnect to the server.
|
||||
|
|
@ -503,4 +504,4 @@ bot.scriptScheduler.task=triggeronfirstlogin: {0}\n triggeronlogin: {1}\n trigge
|
|||
|
||||
# TestBot
|
||||
bot.testBot.told=Bot: {0} told me : {1}
|
||||
bot.testBot.said=Bot: {0} said : {1}
|
||||
bot.testBot.said=Bot: {0} said : {1}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue