Display Transformation Rotation (Expression) — Skript

Addon: Skript · Category: Expression · Since: 2.10

Syntax

[the] (left|right) [transformation] rotation [of %displays%]

Description

Returns or changes the transformation rotation of <a href='#display'>displays</a>. The left rotation is applied first, with the right rotation then being applied based on the rotated axis.

Examples

set left transformation rotation of last spawned block display to quaternion(1, 0, 0, 0) # reset block display

View source