Rotate Shape (Effect) — skript-particle
Addon: skript-particle · Category: Effect · Since: 1.0.0
Syntax
rotate shape[s] %shapes% around [(relative|local)] (%-vector%|((x|y|z)(-| )axis)) by %number% [degrees|radians]Description
Rotates shapes around a given axis by a given angle. The axis can be specified as a vector or as a single axis (x, y, or z). By default, the rotation is done in degrees. The axis can also be specified as a local or relative axis, which rotate relative to the shape's current rotation. For example, you can rotate a shape around the global y axis, or around the shape's local y axis.
Examples
rotate shape {_shape} around x axis by 90 degrees
rotate shape {_shape} around vector(0, 1, 0) by 1.4 radians
rotate shape {_shape} around local y axis by 90