Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2425 tags...
Name<ItemTag.armor_pose>
ReturnsMapTag
MechanismItemTag.armor_pose
Description(Property) Controls the pose of this armor stand item.
Allowed keys: head, body, left_arm, right_arm, left_leg, right_leg
Generated Example
- foreach <player.item_in_hand.armor_pose> key:key as:val:
    - narrate "<[key]> is set as <[val]>"
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemArmorPose.java#L19