Update Command Lib

This commit is contained in:
Cooldude2606
2024-10-19 05:20:28 +01:00
parent 377fb69152
commit 88cd64e422
16 changed files with 710 additions and 513 deletions

View File

@@ -1,7 +1,12 @@
color-tag=[color=__1__]__2__[/color]
[exp-commands]
command-help=__1__ - __2__
help=__1__- __2____3__
aliases=\n Aliaies: __1__
argument=<__1__>
optional=[__1__]
argument-verbose=\n <__1__> - __2__
optional-verbose=\n [__1__] - __2__
success=Command Complete.
error=Command failed to run: __1__
error-default=Please check you gave the correct arguments.
@@ -30,9 +35,27 @@ system-only=This command can not be ran by players.
disabled=This command is currently disabled.
[exp-commands-help]
description=List and search all commands for a keyword
arg-keyword=The keyword to search for
arg-page=The results page to display
header=Help results for "__1__":
footer=[__1__ results found: page __2__ of __3__]
format=/__1__ __2__ - __3__ __4__
format=/__1__ __2__ __3__
aliases=Aliaies: __1__
out-of-range=__1__ is an invalid page number. Last page: __2__
no-results=No commands were found
[exp-commands-ipc]
description=Send an IPC message on the selected channel
arg-channel=The channel to send the IPC message on
arg-message=The message to send on the IPC channel
[exp-commands-rcon]
description=Execute arbitrary code within a custom environment
arg-invocation=The code to run
[exp-commands-sudo]
description=Run a command as another player
arg-player=The player to run the command as
arg-command=The command to run
arg-arguments=The arguments to pass to the command