Skip to content

Mechanics: parsedStance | pStance

muhahahahe edited this page Jan 9, 2018 · 2 revisions

Use this mechanic to set a variable as a stance on the caster.

Attributes

Attribute Aliases Description Default
stance s variable to parse between 2 "

Special Variables

Variable Description
<target.l.x/y/z> parses the block position when used with a location targeter
<target.l.dx/dy/dz> parses the position as double when used with a location targeter
<target.meta.*> where * is the name of the metatag, if used with a location targeter the block metatags are used
<mob.meta.*> where * is the name of the metatag, <mob.meta.trigger.uuid> returns the value stored in casters triggers uuid tag if there is one

Example

- parsedstance{s="<trigger.uuid>"} @Self
Parses the trigger UUID as stance.

- pstance{s="<target.l.dx>,<target.l.dy>,<target.l.dz>,<target.l.w>"} @TargetLocation
Would parse a stance somewhat like this: 89.3290,65.0000,-1076.8345,world
Clone this wiki locally