GrindEnchantments

⭐ — (5 endorsements) 📥 1,129 downloads 📌 v1.4.0 📅 11/25/2025
🟡 Updated this year

By nekoneko2872 · folia

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 6/26/2026 📅 Created: 11/25/2025

🔍 Analysis

  • 👍 0.4% endorsement rate
  • 🏆 #162 of 169 folia mods in this game by downloads

📋 About This Mod

<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/uamUDDhiNDw" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> # 📢 Overview **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. # ✨ Key Features - 🖱️ **Intuitive Interaction**: No complex commands or GUIs. Just open the Grindstone, place your enchanted item, and click a Book in your inventory! - 💎 **Extract One by One**: Extracts enchantments one at a time, giving you full control over what you want to keep. - 📚 **Book Splitting**: Have a book with "Sharpness V" and "Protection IV"? Use this plugin to split them into two separate books. - ⚙️ **Fully Configurable**: Customize XP costs, blacklist specific enchantments (like Curses), or decide if the source item should be destroyed. - 🚀 **High Performance**: Built with Kotlin and optimized for 1.14+. # 🎮 How to Use 1. Open the standard **Grindstone** interface. 2. Place the **Enchanted Item** (or Enchanted Book) in the **Top Input Slot**. 3. Ensure you have a **Book** and enough **XP** in your inventory. 4. **Click the Book inside your inventory.** 5. Success! An enchantment is extracted from the item onto the book. ⚠️ **Important:** You must click the Book inside your inventory, not the Grindstone result slot. !(https://cdn.modrinth.com/data/cached_images/15b757778f47c43d92b2961b666bb0b444628bb0.png) !(https://cdn.modrinth.com/data/cached_images/47f5909e625276a6c598ff7457b9268338c6cf11.png) !(https://cdn.modrinth.com/data/cached_images/30bb66da4043617967f3e6256946886992e8e928.png) # 📜 Commands & Permissions | Command | Description | Permission | |--------|------------|------------| | /ge reload | Reloads the configuration file | grindenchantments.admin | | (Interaction) | Use enchantment extraction | grindenchantments.use | - **Aliases**: /grindenchantments, /grind, /ge - **Note**: grindenchantments.use is enabled for all players by default. # ⚙️ Configuration Customize the plugin to fit your server's economy and balance. ```yaml # ========================================== # 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 ``` ### Example Use Cases - 💰 Survival Economy: Set high XP cost to prevent abuse. - ⚔️ RPG Servers: Disable extraction of Mending or custom enchants. - 🛠️ Casual SMP: Low XP cost, keep source items intact. # 📈 bStats !(https://bstats.org/signatures/bukkit/GrindEnchantments.svg) # ❤️ Credits & Inspiration 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: 👉 **(https://www.curseforge.com/minecraft/mc-mods/grind-enchantments)**

# 📢 Overview

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.

# ✨ Key Features

  • 🖱️ Intuitive Interaction: No complex commands or GUIs. Just open the Grindstone, place your enchanted item, and click a Book in your inventory!
  • 💎 Extract One by One: Extracts enchantments one at a time, giving you full control over what you want to keep.
  • 📚 Book Splitting: Have a book with "Sharpness V" and "Protection IV"? Use this plugin to split them into two separate books.
  • ⚙️ Fully Configurable: Customize XP costs, blacklist specific enchantments (like Curses), or decide if the source item should be destroyed.
  • 🚀 High Performance: Built with Kotlin and optimized for 1. 14+.

# 🎮 How to Use

1. Open the standard Grindstone interface. 2. Place the Enchanted Item (or Enchanted Book) in the Top Input Slot. 3. Ensure you have a Book and enough XP in your inventory. 4. Click the Book inside your inventory. 5. Success! An enchantment is extracted from the item onto the book.

⚠️ Important: You must click the Book inside your inventory, not the Grindstone result slot.

!(https://cdn.modrinth.com/data/cached_images/15b757778f47c43d92b2961b666bb0b444628bb0.png) !(https://cdn.modrinth.com/data/cached_images/47f5909e625276a6c598ff7457b9268338c6cf11.png) !(https://cdn.modrinth.com/data/cached_images/30bb66da4043617967f3e6256946886992e8e928.png)

# 📜 Commands & Permissions

| Command | Description | Permission | |--------|------------|------------| | /ge reload | Reloads the configuration file | grindenchantments.admin | | (Interaction) | Use enchantment extraction | grindenchantments.use |

  • Aliases: /grindenchantments, /grind, /ge
  • Note: grindenchantments.use is enabled for all players by default.

# ⚙️ Configuration

Customize the plugin to fit your server's economy and balance.

```yaml # ========================================== # 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 ```

### Example Use Cases - 💰 Survival Economy: Set high XP cost to prevent abuse. - ⚔️ RPG Servers: Disable extraction of Mending or custom enchants. - 🛠️ Casual SMP: Low XP cost, keep source items intact.

# 📈 bStats

!(https://bstats.org/signatures/bukkit/GrindEnchantments.svg)

# ❤️ Credits & Inspiration 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: 👉 **(https://www.curseforge.com/minecraft/mc-mods/grind-enchantments)**

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
nekoneko2872
Version
1.4.0
Downloads
1,129
Endorsements
5
Category
folia
Created
11/25/2025
Updated
6/26/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
game-mechanics, technology, utility

🔧 How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

📖 Full step-by-step install guide for Minecraft Plugins →

Visit the official mod page for specific installation instructions for this mod.

🎮 Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

❓ Frequently Asked Questions

Which Minecraft Plugins versions does GrindEnchantments support?

The author lists 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5. Other versions may work but are untested by the author.

What is the latest version of GrindEnchantments?

Version 1.4.0, published 2026-06-26 with 1,129 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

📋 All Minecraft Plugins Mods 🏆 Top 25 📂 More folia 👤 More by nekoneko2872 🔎 Similar Mods 🌐 Best folia (All Games) 🔀 Check Compatibility ⚖️ Compare Mods 🆕 New Mods