diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-06-24 18:56:04 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 18:56:04 +1000 |
commit | c046bd83d1cd31a444c75bb70fab14e045fe7254 (patch) | |
tree | 7256fab0fa5d4a6377445b85b39a0605ea4a5651 /assets | |
parent | ce032d8e0c60cb2ca63e3197ca041faf7c48f6cf (diff) | |
parent | 6654e4da27bc5ba46c7f71c47bcf61d1820f7919 (diff) |
Merge pull request #71 from OpenStarbound/SilverSokolova-patch-1
make `/help run` tell you about the run command
Diffstat (limited to 'assets')
-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." + } +} |