Name | remove_enchantments |
Object | ItemTag |
Input | ListTag |
Related Tags | <ItemTag.enchantment_types> Returns a list of the types of enchantments on the item.
<ItemTag.enchantment_map> Returns a map of enchantments on the item. (...)
|
Description | Removes the specified enchantments from the item (as a list of EnchantmentTags).
Give no value input to remove all enchantments. |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemEnchantments.java#L193 |