make /help run tell you about the run command

This commit is contained in:
SilverSokolova 2024-06-11 09:41:46 -05:00 committed by GitHub
parent fc50600303
commit 6654e4da27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,9 @@
{ {
"basicHelpText" : "Basic commands are: {}", "basicHelpText": "Basic commands are: {}",
"adminHelpText" : "Admin 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."
}
}