| Name | sign_glowing |
| Object | LocationTag |
| Input | ElementTag(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. (...)
|
| Description | Changes 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 LocationTag.sign_back_glowing. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4800 |