| Name | max_durability |
| Object | ItemTag |
| Input | ElementTag(Number) |
| Related Tags | <ItemTag.max_durability> (Property) Returns the maximum durability (number of uses) of this item. (...)
|
| Description | (Property) Sets the maximum durability (number of uses) of this item.
For use with ItemTag.durability and ItemTag.durability. See also Item Components. Provide no input to reset the item to its default value. |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/datacomponents/MaxDurabilityAdapter.java#L9 |