Pose Spell - TheComputerGeek2/MagicSpells GitHub Wiki
spell-class: ".targeted.PoseSpell"
[!WARNING] Introduced in 4.0 Beta 14.
targeting
cast argument values:
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 |