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 2425 tags...
Name<LocationTag.sign_glow_color>
ReturnsElementTag
MechanismLocationTag.sign_glow_color
DescriptionReturns the name of the glow-color of the sign at the location.
See also Tag:LocationTag.sign_glowing
Generated Example
- narrate <player.location.sign_glow_color>
Groupworld
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4140