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

ResetRotationCommand

Server/MacroCommands/ResetRotationCommand.json, 187 B

Fields

FieldType
Namestring
Descriptionstring
PermissionGroupstring
Commandsarray[1]

Source

{
  "Name": "resetrotation",
  "Description": "server.commands.resetRotation.desc",
  "PermissionGroup": "hytale:Builder",
  "Commands": [
    "tp ~ ~ ~ --pitch=0 --yaw=0 --roll=0"
  ]
}