Skip to content
JasperLorelai edited this page May 19, 2024 · 3 revisions

Source Code

spell-class: ".targeted.PoseSpell"

Warning

Introduced in 4.0 Beta 14.

Value Supported
entity true
location false
entity_from_location false

Description:

Sets the entity's current Pose. If applied to the Player, they might see a different pose client-side.

Note: While poses affect some things like hitboxes, they do not change the entity's state (e.g. having pose sneaking does not guarantee the entity sneaking). You can use the Sneak Spell in that case instead.

Configuration:

Since 4.0 Beta 13 these options support dynamic values through numeric or string expressions.

Option Description Type Default
pose Pose
fixed Defines whether the new pose should stay until manually changed. Boolean false
Clone this wiki locally