editor unbreakable - magemonkeystudio/divinity GitHub Wiki
🛡️ 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.
Return to: Item Generator Module