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 2437 tags...
Name<EntityTag.arms_raised>
ReturnsElementTag(Boolean)
MechanismEntityTag.arms_raised
DescriptionDeprecated in favor of Tag:EntityTag.aggressive.
Generated Example
- if <player.arms_raised>:
    - narrate "it was true!"
- else:
    - narrate "it was false!"
Groupproperties
RequiresPaper
Deprecateduse 'aggressive'
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityArmsRaised.java#L46