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 2437 tags...
Name<LocationTag.downfall_type>
ReturnsElementTag
DescriptionReturns a location's downfall type (for when a world has weather), based on the biome it's in.
This can be RAIN, SNOW, or NONE.
See also Tag:BiomeTag.downfall_at.
Example
# Tells the linked player what the downfall type at their location is.
- narrate "The downfall type at your location is: <player.location.downfall_type>!"
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/LocationTag.java#L4258