Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/assets/opensb/help.config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'assets/opensb/help.config.patch')
-rw-r--r--assets/opensb/help.config.patch12
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."
+ }
+}