I want to delete Attribute from item.
For example:
I want to erase this diamond sword "attack power" and "attack speed" so that it becomes a dull knife.
thanks
For example:
code_language.skript:
set {_item} to unbreakable diamond sword named "Very Sharp Knife" with lore "&3sharpness....!"
set durability of {_item} to 1
give {_item} to player
I want to erase this diamond sword "attack power" and "attack speed" so that it becomes a dull knife.
thanks