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 2484 tags...
Name<ItemTag.default_attribute_modifiers[<slot>]>
ReturnsMapTag
DescriptionReturns a map of all default attribute modifiers on the item based purely on its material type, for the given slot,
in the same format as Tag:ItemTag.attribute_modifiers
Slot must be one of: HAND, OFF_HAND, FEET, LEGS, CHEST, or HEAD
Groupproperties
Sourcehttps://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemAttributeModifiers.java#L101