diff options
Diffstat (limited to 'assets/opensb/help.config.patch')
-rw-r--r-- | assets/opensb/help.config.patch | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/opensb/help.config.patch b/assets/opensb/help.config.patch index 0feb345..15375e8 100644 --- a/assets/opensb/help.config.patch +++ b/assets/opensb/help.config.patch @@ -2,8 +2,14 @@ "basicHelpText": "Basic commands are: {}", "adminHelpText": "Admin commands are: {}", "debugHelpText": "Debug commands are: {}", + "openSbHelpText": "OpenSB commands are: {}", + "openSbDebugHelpText": "OpenSB Debug commands are: {}", - "debugCommands": { + "openSbDebugCommands": { "run": "Usage /run <lua>. Executes a script on the player and outputs the return value to chat." + }, + + "openSbCommands": { + "swap": "Usage /swap <name>. Swaps the current character, case-insensitive, only substring required." } } |