diff options
author | SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> | 2024-06-11 09:41:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-11 09:41:46 -0500 |
commit | 6654e4da27bc5ba46c7f71c47bcf61d1820f7919 (patch) | |
tree | 03487ad081704a07bbef9809feba1d9dc3a45d9f /assets/opensb/help.config.patch | |
parent | fc506003035c86914a2d18069871731696b2f173 (diff) |
make `/help run` tell you about the run command
Diffstat (limited to 'assets/opensb/help.config.patch')
-rw-r--r-- | assets/opensb/help.config.patch | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/assets/opensb/help.config.patch b/assets/opensb/help.config.patch index deddd21..0feb345 100644 --- a/assets/opensb/help.config.patch +++ b/assets/opensb/help.config.patch @@ -1,5 +1,9 @@ { - "basicHelpText" : "Basic commands are: {}", - "adminHelpText" : "Admin commands are: {}", - "debugHelpText" : "Debug commands are: {}" -}
\ No newline at end of file + "basicHelpText": "Basic commands are: {}", + "adminHelpText": "Admin commands are: {}", + "debugHelpText": "Debug commands are: {}", + + "debugCommands": { + "run": "Usage /run <lua>. Executes a script on the player and outputs the return value to chat." + } +} |