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 2491 tags...
Name<ItemTag.sign_contents>
ReturnsListTag
MechanismItemTag.sign_contents
Description(Property) Returns the contents of a sign item.
For MC 1.20+, this is the contents on the front of the sign.
For the back of the sign, see Property:ItemTag.sign_back_contents.
Generated Example
- foreach <player.item_in_hand.sign_contents> as:entry:
    - narrate "found <[entry]>"
GroupProperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemSignContents.java#L13