forked from nisovin/MagicSpells
-
Notifications
You must be signed in to change notification settings - Fork 72
PoseSpell
JasperLorelai edited this page Jan 18, 2025
·
3 revisions
spell-class: ".targeted.PoseSpell"Warning
Introduced in 4.0 Beta 14.
| Value | Supported |
|---|---|
entity |
true |
location |
false |
entity_from_location |
false |
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 SneakSpell in that case instead.
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 |