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<LocationTag.sign_back_contents>
ReturnsListTag
MechanismLocationTag.sign_back_contents
DescriptionReturns the contents on the back of a sign block.
For the contents on the front, see Tag:LocationTag.sign_contents.
Generated Example
- foreach <player.location.sign_back_contents> as:entry:
    - narrate "found <[entry]>"
Groupworld
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4576