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