Denizen Script Object Types


Object Types are the fundamental types of data passed around in a Denizen script, often seen as the return type of a tag.
Learn about how objects work in The Beginner's Guide.


Showing 1 out of 72 object types...
NameResidenceTag
Prefixresidence@
Base TypeElementTag
Identity FormatThe identity format for residences is just the name.
For example, 'residence@myresidence'.
DescriptionA ResidenceTag represents a Residence in the world.
MatchableResidenceTag matchers, sometimes identified as "<residence>":
"residence" plaintext: always matches.
Residence name: matches if the residence is named matches the input, using advanced matchers.
RequiresDepenizen, Residence
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/residence/ResidenceTag.java#L24