Name | add_attribute_modifiers |
Object | ItemTag |
Input | MapTag |
Related Tags | <ItemTag.attribute_modifiers> Returns a map of all attribute modifiers on the item, with key as the attribute name and value as a list of modifiers, (...)
|
Description | Adds attribute modifiers to an item without altering existing modifiers.
For input format details, refer to attribute modifiers. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemAttributeModifiers.java#L161 |