mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Setup exp_scenario for commands
This commit is contained in:
@@ -27,16 +27,17 @@ player-online=Player is offline.
|
||||
player-alive=Player is dead.
|
||||
force=Invalid Force Name.
|
||||
surface=Invalid Surface Name.
|
||||
planet=Invalid Planet Name.
|
||||
color=Invalid Color Name.
|
||||
|
||||
[exp-commands-permissions]
|
||||
[exp-commands-authorities]
|
||||
character-only=This command can not be used in remote view.
|
||||
remote-only=This command can only be used in remote view.
|
||||
admin-only=This command is for game admins only.
|
||||
system-only=This command can not be ran by players.
|
||||
disabled=This command is currently disabled.
|
||||
|
||||
[exp-commands-help]
|
||||
[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
|
||||
@@ -47,16 +48,16 @@ aliases=Aliaies: __1__
|
||||
out-of-range=__1__ is an invalid page number. Last page: __2__
|
||||
no-results=No commands were found
|
||||
|
||||
[exp-commands-ipc]
|
||||
[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]
|
||||
[exp-commands_rcon]
|
||||
description=Execute arbitrary code within a custom environment
|
||||
arg-invocation=The code to run
|
||||
|
||||
[exp-commands-sudo]
|
||||
[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
|
||||
|
||||
Reference in New Issue
Block a user