Entity Pose (Expression) — SkBee
Addon: SkBee · Category: Expression · Since: 3.5.4, 3.20.0 (fixed)
Syntax
[the] [fixed] pose of %entities%Description
Get/set the pose of an entity. Note: While poses affect some things like hitboxes, they do not change the entity's state (e.g. having sneaking pose does not guarantee `is sneaking` being true). fixed = Forces the state to remain until manually changed (this will not work on players).
Examples
set {_pose} to pose of player
set pose of target entity to sleeping pose
set fixed pose of target entity to swimming pose