Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.3 / MacroCommands / HealCommand.json

HealCommand

Server/MacroCommands/HealCommand.json, 197 B

Fields

FieldType
Namestring
Descriptionstring
PermissionGroupstring
Commandsarray[2]

Source

{
  "Name": "heal",
  "Description": "server.commands.heal.desc",
  "PermissionGroup": "hytale:Builder",
  "Commands": [
    "player stat settomax Stamina",
    "player stat settomax Health"
  ]
}