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 2361 tags...
Name<BiomeTag.foliage_color>
ReturnsColorTag
MechanismBiomeTag.foliage_color
DescriptionReturns the approximate foliage color of this biome. Foliage includes leaves and vines.
The "swamp", "mangrove_swamp", "badlands", "wooded_badlands", and "eroded_badlands" biomes are the only biomes with hard-coded foliage colors.
Biomes with no set foliage color already will have their foliage colors based on temperature and humidity of the biome.
Generated Example
- narrate "<&color[<biome[desert].foliage_color>]>hello there!"
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/BiomeTag.java#L287