Name | <server.structures> |
Returns | ListTag |
Description | Returns a list of all structures known to the server, including custom ones added by datapacks.
For more information and a list of default structures, see https://minecraft.wiki/w/Structure. For locating specific structures, see Structure lookups. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/tags/core/ServerTagBase.java#L993 |