Added a way to execute multiple commands with a single command

This commit is contained in:
Milutinke 2022-09-11 17:06:23 +02:00
parent 223c13561c
commit 59cc4cea7c
2 changed files with 49 additions and 0 deletions

View file

@ -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.