Merge pull request #71 from OpenStarbound/SilverSokolova-patch-1
make `/help run` tell you about the run command
This commit is contained in:
commit
c046bd83d1
@ -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."
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user