Denizen Script Language Explanations


Language Explanations explain components of Denizen in a more direct and technical way than The Beginner's Guide.


Showing 1 out of 84 language explanations...
NameServer Links Format
DescriptionServer links are represented in Denizen as ObjectType:MapTags with the following keys:
- link: The address of the link, required.
And one of:
- type: The type of the link, valid types are listed at 🔗https://hub.spigotmc.org/javadocs/spigot/org/bukkit/ServerLinks.Type.html.
- display: The display name of the link.
GroupMinecraft Logic
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/utilities/Utilities.java#L653