HealCommand
Server/MacroCommands/HealCommand.json, 197 B
Fields
| Field | Type |
|---|---|
Name | string |
Description | string |
PermissionGroup | string |
Commands | array[2] |
Source
{
"Name": "heal",
"Description": "server.commands.heal.desc",
"PermissionGroup": "hytale:Builder",
"Commands": [
"player stat settomax Stamina",
"player stat settomax Health"
]
}