Merge pull request #71 from OpenStarbound/SilverSokolova-patch-1

make `/help run` tell you about the run command
This commit is contained in:
Kae 2024-06-24 18:56:04 +10:00 committed by GitHub
commit c046bd83d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
{
"basicHelpText": "Basic commands are: {}",
"adminHelpText": "Admin commands are: {}",
"debugHelpText" : "Debug commands are: {}"
"debugHelpText": "Debug commands are: {}",
"debugCommands": {
"run": "Usage /run <lua>. Executes a script on the player and outputs the return value to chat."
}
}