mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Added a way to execute multiple commands with a single command
This commit is contained in:
parent
223c13561c
commit
59cc4cea7c
2 changed files with 49 additions and 0 deletions
|
|
@ -271,6 +271,12 @@ cmd.entityCmd.distance=Distance
|
|||
cmd.entityCmd.location=Location
|
||||
cmd.entityCmd.type=Type
|
||||
|
||||
# Exec Multi
|
||||
cmd.execmulti.desc=Execute multiple commands one after another
|
||||
cmd.execmulti.executed=Executed the command '{0}' with {1}
|
||||
cmd.execmulti.result=result '{0}'!
|
||||
cmd.execmulti.no_result=no result!
|
||||
|
||||
# Exit
|
||||
cmd.exit.desc=disconnect from the server.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue