blob: b07b4f2d3774cc7a304bf7c7468baa6d7affd624 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"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]. Opens an interface to swap the current character. If a name or matching substring of a name is provided, directly swaps to that character.",
"respawninworld": "Usage /respawninworld. Sets the respawn flag for the current world until you teleport away."
}
}
|