LOOKS
LOOKS(<yaw>,[pitch],[time])
Type: Action
Category: Settings
Permission: mod.macros.script.input.looks
Since Minecraft Version: v1.1
Since Version: v0.8.5
Minor: 8
API: N/A
Patch: 5
Description
Smoothly turnes the player to the specified direction, prefix angles with + or - for relative moves
If you want to look at a <yaw> value as seen in the F3 debug screen, you will have to add 180 to it.
The [time] is parsed as a float value and then used as seconds.
Alternative syntax:
LOOKS(<direction>,[time])
<direction> can be one of the following values:
* "north"
* "east"
* "south"
* "west"
* "near"
Changelog
- Added em v0.8.5: