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...
NameGriefPreventionClaimTag
Prefixgpclaim@
Base TypeElementTag
ImplementsFlaggableObject
Identity FormatThe identity format for claims is <claim_id>
For example, 'gpclaim@1234'.
DescriptionA GriefPreventionClaimTag represents a GriefPrevention claim.

This object type is flaggable.
Flags on this object type will be stored in the server saves file, under special sub-key "__depenizen_gp_claims_id"
RequiresDepenizen, GriefPrevention
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/griefprevention/GriefPreventionClaimTag.java#L27