A Plugin that Blocks Mending in Minecraft.
A simple Minecraft Spigot/Paper plugin that disables the Mending enchantment completely — both from the enchantment table and anvils.
Perfect for servers that want to balance gameplay or limit item durability advantages.
.jar file plugins/ folder config.yml will be generatedconfig.yml)# Allow or block the Mending enchantment
allow-mending: false
allow-mending: true → Mending works normally
allow-mending: false → Mending is completely disabled
This plugin has no commands and no permissions — it works automatically once installed.
Main class:
de.scholle.noMending.NoMendingPlugin
Event listener:
de.scholle.noMending.MendingEnchantBlocker
💡 Example Messages
When a player tries to apply Mending:
§cMending ist deaktiviert!
(Translation: “Mending is disabled!”)
You can easily modify this message directly in the code if needed.
✅ Works with Spigot, Paper, and Purpur
🧱 Tested on Minecraft 1.18+
⚠️ Requires Java 17+