Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / MacroCommands / HealCommand.json

HealCommand

Server/MacroCommands/HealCommand.json, 158 B

Fields

FieldType
Namestring
Descriptionstring
Commandsarray[2]

Source

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