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.auto_expire>
ReturnsElementTag(Boolean)
MechanismEntityTag.auto_expire
DescriptionReturns whether a falling_block will auto-expire (after 30 seconds, or 5 when outside the world).
See also Tag:EntityTag.time_lived
Generated Example
- if <player.auto_expire>:
    - narrate "it was true!"
- else:
    - narrate "it was false!"
Groupproperties
RequiresPaper
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntityAutoExpire.java#L39