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...
NameJobsJobTag
Prefixjob@
Base TypeElementTag
Identity FormatThe identity format for jobs is the player UUID (optional), followed by the job name
For example: job@460e96b9-7a0e-416d-b2c3-4508164b8b1b,job_name
Or: job@job_name
DescriptionA JobsJobTag represents a Jobs job, with a player's progression if specified.
MatchableJobsJobTag matchers, sometimes identified as "<job>":
"job" plaintext: always matches.
Job name: matches if the job name matches the input, using advanced matchers.
RequiresDepenizen, Jobs
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/jobs/JobsJobTag.java#L26