| Name | <ItemTag.default_attribute_modifiers[<slot>]> |
| Returns | MapTag |
| Description | Returns 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 ItemTag.attribute_modifiers Slot must be one of: HAND, OFF_HAND, FEET, LEGS, CHEST, or HEAD |
| Group | properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemAttributeModifiers.java#L101 |