AnvilEnhanced

⭐ — (53 endorsements) 📥 21,236 downloads 📌 v3.0.3 📅 8/12/2023
🟡 Updated this year

By BitByLogic · bukkit

⬇ Download Mod Source: Modrinth ↗ 📅 Updated: 1/30/2026 📅 Created: 8/12/2023

🔍 Analysis

  • 👍 0.2% endorsement rate
  • 🏆 #223 of 1560 bukkit mods in this game by downloads

📋 About This Mod

✅ `anvilenhanced.admin.reload` — Reloads the plugin configuration
✅ `anvilenhanced.enchant.bypassmaxlimit` — Bypass the MAX_LEVEL limit when combining or using books
✅ `anvilenhanced.enchant.bypassuselimit` — Bypass the MAX_LEVEL limit when using books only
✅ `anvilenhanced.rename` — Rename items
✅ `anvilenhanced.color` — Rename items with color
✅ `anvilenhanced.enchant.books` — Combine two books

# Anvil Enhanced Like the plugin? Check out the (https://www.spigotmc.org/resources/anvilenhanced-premium-1-16-5-1-20-1.110141/) With **AnvilEnhanced**, you can apply enchantments beyond the vanilla limits and add color to item names (legacy color codes only; hex support requires the premium version). --- ## Example Usage 1. Give a player a Sharpness X book, and with AnvilEnhanced, they can use the anvil to transfer that powerful enchantment onto any compatible item. 2. Merge two identical items or books to go beyond vanilla limits. For example, combining two Sharpness V swords creates a Sharpness VI sword. --- ## Ranks and Enchantment Levels The `Ranks` folder includes a `default.yml` file that defines rank settings. You can set the required permission for the rank, its priority, the "Too Expensive" limit, and individual enchantment limits. To add a new rank, create a new YAML file in the `Ranks` folder using the same structure as `default.yml`. --- ## Default Configuration <details> <summary>Default Configuration</summary> ```yaml ######################################################### # _ _ _ ___ _ _ # # /_\ _ ___ _(_) | __|_ _ | |_ __ _ _ _ __ ___ __| |# # / _ \| ' \ V / | | _|| ' \| ' \/ _` | ' \/ _/ -_) _` |# #/_/ \_\_||_\_/|_|_|___|_||_|_||_\__,_|_||_\__\___\__,_|# # Continued by BitByLogic, Original Author mvez73 # ######################################################### Settings: # Whether to enable the color in the anvil. # If you use another plugin for renaming in color, # you can disable this option to avoid conflict. Color-Enabled: true # Whether to bypass the too expensive vanilla check. Too-Expensive-Bypass: true Cost: # The minimum cost of an enchantment. Maximum: 40 # Whether to send a chat alert when the cost is higher # than the maximum vanilla limit. Chat-Alert: true # The message to send when the cost is too high. Alert-Message: "&7ᴇɴᴄʜᴀɴᴛ ᴄᴏꜱᴛ &8» &c%cost%" Resource-Pack: # Whether to enable the resource pack. Enabled: true # The URL of the resource pack. # The default resource pack only contains Roman numerals # beyond enchantment level 10. URL: "https://github.com/mvez73/roman_numerals/raw/main/roman_numerals.zip" # The SHA-1 hash of the resource pack. # The SHA-1 hash MUST match the hash of the resource pack. # If the hashes do not match, the resource pack will not load. # # Generate your own SHA-1 hash here: https://emn178.github.io/online-tools/sha1_checksum.html SHA-1: "3281e3d8fa8cfdf3a47591d22dfe33f49fda0df0" Update-Checker: # Whether to receive notifications about new versions. Enabled: true # How often to check for updates (in hours). Check-Interval: 12 ``` </details> --- ## Formula and Enchant Cost Enchanting and repair costs are calculated using Minecraft's original anvil formula. Learn more here: (https://minecraft.wiki/w/Anvil_mechanics). To exceed the 40-level "Too Expensive" cap, enable `Too-Expensive-Bypass` in `config.yml` and adjust the limit in the rank-specific YAML file. --- ## Credits Thanks to (https://www.spigotmc.org/members/514/) for letting me use code from his plugin (https://github.com/Jikoo/AnvilUnlocker). **Note:** (https://www.spigotmc.org/resources/protocollib.1997/) must be installed. --- ## Colored Renaming Rename your items with color! See (https://minecraft.fandom.com/wiki/Formatting_codes) for available options. **Note:** Only legacy color codes are supported; hex colors require the premium version. --- ## Resource Pack Players are prompted to install a resource pack when joining the server (configurable in `config.yml`). It only adds Roman numerals beyond X (10) for enchantment levels — no other changes are made. With this pack, Sharpness 15 will display as **Sharpness XV**. --- ## Permissions - `anvilenhanced.*` — Grants all permissions - `anvilenhanced.admin.reload` — Reloads the plugin configuration - `anvilenhanced.enchant.bypassmaxlimit` — Bypass the MAX_LEVEL limit when combining or using books - `anvilenhanced.enchant.bypassuselimit` — Bypass the MAX_LEVEL limit when using books only - `anvilenhanced.rename` — Rename items - `anvilenhanced.color` — Rename items with color - `anvilenhanced.enchant.*` — Grants all enchantment-related permissions - `anvilenhanced.enchant.books` — Combine two books - `anvilenhanced.enchant.items` — Combine two items - `anvilenhanced.enchant.item-book` — Enchant an item with a book or combine identical-level enchantments - `anvilenhanced.enchant.use-books` — Apply a book’s enchantment to an item --- ## Commands - `/aereload` — Reloads the plugin configuration --- Requests or help should be done in the discussion section or Discord; reviews are not monitored for support requests. I

# Anvil Enhanced

Like the plugin? Check out the (https://www.spigotmc.org/resources/anvilenhanced-premium-1-16-5-1-20-1. 110141/)

With AnvilEnhanced, you can apply enchantments beyond the vanilla limits and add color to item names (legacy color codes only; hex support requires the premium version).

## Example Usage

1. Give a player a Sharpness X book, and with AnvilEnhanced, they can use the anvil to transfer that powerful enchantment onto any compatible item. 2. Merge two identical items or books to go beyond vanilla limits. For example, combining two Sharpness V swords creates a Sharpness VI sword.

## Ranks and Enchantment Levels

The `Ranks` folder includes a `default.yml` file that defines rank settings. You can set the required permission for the rank, its priority, the "Too Expensive" limit, and individual enchantment limits.

To add a new rank, create a new YAML file in the `Ranks` folder using the same structure as `default.yml`.

## Default Configuration

Default Configuration

```yaml ######################################################### # _ _ _ ___ _ _ # # /_\ _ ___ _(_) | __|_ _ | |_ __ _ _ _ __ ___ __| |# # / _ \| ' \ V / | | _|| ' \| ' \/ _` | ' \/ _/ -_) _` |# #/_/ \_\_||_\_/|_|_|___|_||_|_||_\__,_|_||_\__\___\__,_|# # Continued by BitByLogic, Original Author mvez73 # #########################################################

Settings: # Whether to enable the color in the anvil. # If you use another plugin for renaming in color, # you can disable this option to avoid conflict. Color-Enabled: true # Whether to bypass the too expensive vanilla check. Too-Expensive-Bypass: true Cost: # The minimum cost of an enchantment. Maximum: 40 # Whether to send a chat alert when the cost is higher # than the maximum vanilla limit. Chat-Alert: true # The message to send when the cost is too high. Alert-Message: "&7ᴇɴᴄʜᴀɴᴛ ᴄᴏꜱᴛ &8» &c%cost%" Resource-Pack: # Whether to enable the resource pack. Enabled: true # The URL of the resource pack. # The default resource pack only contains Roman numerals # beyond enchantment level 10. URL: "https://github.com/mvez73/roman_numerals/raw/main/roman_numerals.zip" # The SHA-1 hash of the resource pack. # The SHA-1 hash MUST match the hash of the resource pack. # If the hashes do not match, the resource pack will not load. # # Generate your own SHA-1 hash here: https://emn178.github.io/online-tools/sha1_checksum.html SHA-1: "3281e3d8fa8cfdf3a47591d22dfe33f49fda0df0" Update-Checker: # Whether to receive notifications about new versions. Enabled: true # How often to check for updates (in hours). Check-Interval: 12 ```

## Formula and Enchant Cost

Enchanting and repair costs are calculated using Minecraft's original anvil formula. Learn more here: (https://minecraft.wiki/w/Anvil_mechanics).

To exceed the 40-level "Too Expensive" cap, enable `Too-Expensive-Bypass` in `config.yml` and adjust the limit in the rank-specific YAML file.

Thanks to [@Jikoo](https://www.spigotmc.org/members/514/) for letting me use code from his plugin (https://github.com/Jikoo/AnvilUnlocker).

Note: (https://www.spigotmc.org/resources/protocollib. 1997/) must be installed.

## Colored Renaming

Rename your items with color! See (https://minecraft.fandom.com/wiki/Formatting_codes) for available options.

Note: Only legacy color codes are supported; hex colors require the premium version.

## Resource Pack

Players are prompted to install a resource pack when joining the server (configurable in `config.yml`). It only adds Roman numerals beyond X (10) for enchantment levels — no other changes are made. With this pack, Sharpness 15 will display as Sharpness XV.

## Permissions

  • `anvilenhanced.` — Grants all permissions
  • `anvilenhanced.admin.reload` — Reloads the plugin configuration
  • `anvilenhanced.enchant.bypassmaxlimit` — Bypass the MAX_LEVEL limit when combining or using books
  • `anvilenhanced.enchant.bypassuselimit` — Bypass the MAX_LEVEL limit when using books only
  • `anvilenhanced.rename` — Rename items
  • `anvilenhanced.color` — Rename items with color
  • `anvilenhanced.enchant.` — Grants all enchantment-related permissions
  • `anvilenhanced.enchant.books` — Combine two books
  • `anvilenhanced.enchant.items` — Combine two items
  • `anvilenhanced.enchant.item-book` — Enchant an item with a book or combine identical-level enchantments
  • `anvilenhanced.enchant.use-books` — Apply a book’s enchantment to an item

## Commands

- `/aereload` — Reloads the plugin configuration

Requests or help should be done in the discussion section or Discord; reviews are not monitored for support requests.

🤖 AI-enhanced — based on mod data

📊 Mod Details

Game
Minecraft Plugins
Author
BitByLogic
Version
3.0.3
Downloads
21,236
Endorsements
53
Category
bukkit
Created
8/12/2023
Updated
1/30/2026
Game Versions
1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4
Tags
game-mechanics, 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 AnvilEnhanced 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 AnvilEnhanced?

Version 3.0.3, published 2026-01-30 with 21,236 downloads recorded at the source.

Keep browsing — more Minecraft Plugins mods await

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