ResetRotationCommand
Server/MacroCommands/ResetRotationCommand.json, 187 B
Fields
| Field | Type |
|---|---|
Name | string |
Description | string |
PermissionGroup | string |
Commands | array[1] |
Source
{
"Name": "resetrotation",
"Description": "server.commands.resetRotation.desc",
"PermissionGroup": "hytale:Builder",
"Commands": [
"tp ~ ~ ~ --pitch=0 --yaw=0 --roll=0"
]
}