Denizen Script Mechanisms


Mechanisms are found in object properties, the 'adjust' command, and similar. These are used to change the state of an object.
Learn about how mechanisms work in The Beginner's Guide.


Showing 1 out of 678 mechanisms...
Namesign_back_glowing
ObjectLocationTag
InputElementTag(Boolean)
Related Tags<LocationTag.sign_back_glow_color> Returns the name of the glow color on the back of the sign at the location. (...)
<LocationTag.sign_back_glowing> Returns whether the back of a Sign block at this location is glowing. (...)
DescriptionChanges whether the back of the sign at the location is glowing.
To set the glowing state of the front, see Mechanism:LocationTag.sign_glowing.
Generated Example
- adjust <player.location> sign_back_glowing:false
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4639