You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goflishMC edited this page Jun 28, 2025
·
1 revision
🛡️ Editor: Unbreakable
The Unbreakable option determines whether the item will take durability damage during use.
How to Use
Click the Unbreakable icon in the editor.
Toggle the setting on or off.
Behavior
Enabled: Item will never lose durability (via ItemMeta#setUnbreakable(true)).
Disabled: Item uses vanilla durability, or a custom value if defined.
Custom Durability Tip
If you're using the plugin’s custom durability system via Editor: Item Stats, you must enable Unbreakable so that only the custom system handles wear and tear.