Name | add_attribute_modifiers |
Object | ItemTag |
Input | MapTag |
Related Tags | <ItemTag.attribute_modifiers> (Property) Returns the attribute modifiers of an 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#L122 |