16 lines
511 B
Diff
16 lines
511 B
Diff
{
|
|
"basicHelpText": "Basic commands are: {}",
|
|
"adminHelpText": "Admin commands are: {}",
|
|
"debugHelpText": "Debug commands are: {}",
|
|
"openSbHelpText": "OpenSB commands are: {}",
|
|
"openSbDebugHelpText": "OpenSB Debug commands are: {}",
|
|
|
|
"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."
|
|
}
|
|
}
|