HomeJavaModsArmourUnbreakingFix
ArmourUnbreakingFix
Note: This plugin is built using the SpigotAPI.

Overview:
In vanilla Minecraft, while armour and tools share the unbreaking enchantment, they do not share the same degrade calculation.

Tools use: Degrade Chance (%) = 100/(level + 1)
Armour uses: Degrade Chance (%) = 60 + 40/(level + 1)

This means, for example, a diamond sword with unbreaking 5 lasts 6 times as long on average, whereas a diamond helmet with unbreaking 5 only lasts 1.5 times as long.

This plugin modifies the armour's calculation so that it acts the same as the tools. So, in the above example, the diamond helmet will now last 6 times as long, instead of 1.5.

This plugin supports any unbreaking enchantment level above 0.

Installation:

Simply download the plugin and drop it in your plugins folder, it will auto-generate a configuration file, where you can change the items affected by this mechanic.

Configuration:

Code (YAML):
# These items are affected by the plugin
# NOTE: This plugin is only designed for armour items.
ArmourList
:
- "LEATHER_HELMET"
- "LEATHER_CHESTPLATE"
- "LEATHER_LEGGINGS"
- "LEATHER_BOOTS"
- "CHAINMAIL_HELMET"
- "CHAINMAIL_CHESTPLATE"
- "CHAINMAIL_LEGGINGS"
- "CHAINMAIL_BOOTS"
- "IRON_HELMET"
- "IRON_CHESTPLATE"
- "IRON_LEGGINGS"
- "IRON_BOOTS"
- "GOLD_HELMET"
- "GOLD_CHESTPLATE"
- "GOLD_LEGGINGS"
- "GOLD_BOOTS"
- "DIAMOND_HELMET"
- "DIAMOND_CHESTPLATE"
- "DIAMOND_LEGGINGS"
- "DIAMOND_BOOTS"

If you have any issues, or have ideas, please let me know either in the discussion section, or by messaging me.​
Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

ArmourUnbreakingFix is a free Minecraft Java mod. Downloaded 227 times (via Spigot). Download it and open it directly in the game.

Explore more