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 2425 tags...
Name<server.structure_types>
ReturnsListTag
DescriptionReturns a list of all structure types known to the server.
Generally used with Tag:LocationTag.find.structure.within.
This is NOT their Bukkit names, as seen at 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/StructureType.html.
Instead these are the internal names tracked by Spigot and presumably matching Minecraft internals.
These are all lowercase, as the internal names are lowercase and supposedly are case-sensitive.
It is unclear why the "StructureType" class in Bukkit is not simply an enum as most similar listings are.
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L944