| Name | JobsJobTag |
| Prefix | job@ |
| Base Type | ElementTag |
| Identity Format | The 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 |
| Description | A JobsJobTag represents a Jobs job, with a player's progression if specified. |
| Matchable | JobsJobTag matchers, sometimes identified as "<job>":
"job" plaintext: always matches. Job name: matches if the job name matches the input, using advanced matchers. |
| Requires | Depenizen, Jobs |
| Source | https://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/objects/jobs/JobsJobTag.java#L26 |