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 . Executes a script on the player and outputs the return value to chat." + } +}