Name | 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 | (Property) Sets the attribute modifiers of an item, with key as the attribute name and value as a list of modifiers,
where each modifier is a MapTag containing keys 'name', 'amount', 'slot', 'operation', and 'id'. For use as a mechanism, this is a SET operation, meaning pre-existing modifiers are removed. For format details, refer to attribute modifiers. |
Group | Properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemAttributeModifiers.java#L30 |