Denizen Script Tags


Tags are always written with a <between these marks>, and are critical to scripts, as the primary way to read data.
Learn about how tags work in The Beginner's Guide.


Showing 1 out of 2476 tags...
Name<PlayerTag.auraskills_levels>
ReturnsMapTag
MechanismPlayerTag.auraskills_levels
DescriptionReturns a map of a player's skill levels in the format "<skill>=<level>".
Example
# Returns 'map@[FARMING=0;FORAGING=0;MINING=0;FISHING=0;EXCAVATION=0;ARCHERY=0;FIGHTING=0;DEFENSE=0;AGILITY=0;ENDURANCE=0;ALCHEMY=0;ENCHANTING=0;SORCERY=0;HEALING=0;FORGING=0]' on a brand new player.
- narrate <player.auraskills_levels>
RequiresDepenizen, AuraSkills
Sourcehttps://github.com/DenizenScript/Depenizen/blob/master/src/main/java/com/denizenscript/depenizen/bukkit/properties/auraskills/AuraSkillsPlayerExtensions.java#L19