From 6654e4da27bc5ba46c7f71c47bcf61d1820f7919 Mon Sep 17 00:00:00 2001 From: SilverSokolova <80606782+SilverSokolova@users.noreply.github.com> Date: Tue, 11 Jun 2024 09:41:46 -0500 Subject: [PATCH] make `/help run` tell you about the run command --- assets/opensb/help.config.patch | 12 ++++++++---- 1 file 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 . Executes a script on the player and outputs the return value to chat." + } +}