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_glowing
ObjectLocationTag
InputElementTag(Boolean)
Related Tags<LocationTag.sign_glow_color> Returns the name of the glow color of the sign at the location. (...)
<LocationTag.sign_glowing> Returns whether the location is a Sign block that is glowing. (...)
DescriptionChanges whether the sign at the location is glowing.
For MC 1.20+, this sets the glowing status on the front of the sign.
To set the glowing status of the back, see Mechanism:LocationTag.sign_back_glowing.
Generated Example
- adjust <player.location> sign_glowing:true
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4800