💎 Selectively Extract Enchantments via Grindstone
Ever lost valuable enchantments by mistake at a Grindstone?
GrindEnchantments lets players selectively extract enchantments one by one from items or enchanted books,
saving them safely onto Books — without commands, GUIs, or complexity.
⚠️ Important: You must click the Book inside your inventory, not the Grindstone result slot.



| Command | Description | Permission |
|---|---|---|
| /ge reload | Reloads the configuration file | grindenchantments.admin |
| (Interaction) | Use enchantment extraction | grindenchantments.use |
Customize the plugin to fit your server's economy and balance.
# ==========================================
# GrindEnchantmentsPlugin Configuration
# ==========================================
# If true, extracting enchantments will cost Experience Levels.
require-xp: true
# The cost in XP Levels per enchantment extracted.
# Example: If an item has 3 enchantments and this is set to 5, it costs 15 Levels.
xp-cost-per-enchantment: 5
# If true, the source item (Sword/Tool/Armor) is DESTROYED after extraction.
# If false, the source item is returned with its enchantments removed (stripped).
destroy-source-item: false
# Success Rate of Extraction (0 - 100)
# 100 = Guaranteed to succeed
# 80 = 20% chance of failure, resulting in loss of book and XP
success-rate: 100
# A list of enchantments that cannot be extracted.
# Use the namespaced key format (e.g., minecraft:binding_curse).
blacklisted-enchantments:
- minecraft:binding_curse
- minecraft:vanishing_curse
This plugin implements the functionality of the Grind Enchantments mod for Spigot/Paper servers.
A huge thank you to the original mod author for the brilliant concept and inspiration!
If you are looking for the client-side/Forge/Fabric version, please support the original project:
👉 Original Mod: Grind Enchantments