Logo
MINECRAFTBIBLE
Items
Items

All game items

Blocks
Blocks

Building blocks

Mobs
Mobs

Creatures & monsters

Biomes
Biomes

World biomes

Structures
Structures

Generated structures

Recipes
Recipes

Crafting guides

Advancements
Advancements

Achievements

Loot Tables
Loot Tables

Drop rates

Tags
Tags

Item groupings

All Versions
View all data →
Capes
Cape ArchiveNEW

Browse rare Minecon capes, OptiFine capes, and custom capes from players worldwide

Browse

Player Database
Player DatabasePopular

Search any player

Skin Browser
Skin Browser

Browse & download skins

Cape Gallery
Cape GalleryNEW

Minecon & OptiFine capes

Seed Vault
Seed Vault

Curated seeds

Learn

Guides
GuidesNew

Tutorials & tips

Blog
Blog

News & updates

Community

Community Hub
Community HubHub

Posts, discussions & more

All Versions
View community →
Seed Analyzer
Seed Analyzer

World seed analysis

Loot Explorer
Loot Explorer

Drop rates

Crafting Calculator
Crafting Calculator

Material planning

Enchant Calculator
Enchant Calculator

Probability math

Redstone Lab
Redstone Lab

Signal timing

Trading Profit
Trading Profit

Villager ROI

All Versions
View all tools →
Mods
Mods

Browse all mods

Plugins
Plugins

Server plugins

Resource Packs
Resource Packs

Textures & sounds

Shaders
Shaders

Visual enhancements

Datapacks
Datapacks

World logic

Scanner
Mod Intelligence

Scan & analyze any mod

All Versions
View all mods →
Loading...
IntroductionIntroductionVersion HistoryVersion HistoryGuidesGuidesBlog & NewsBlog & News
ItemsItemsBlocksBlocksMobsMobsRecipesRecipesBiomesBiomesStructuresStructuresAdvancementsAdvancementsLoot TablesLoot TablesTagsTags
ModsModsPluginsPluginsResource PacksResource PacksShadersShadersDatapacksDatapacks

MinecraftBible

The Ultimate Wiki

Logo
MINECRAFTBIBLE

The ultimate Minecraft reference. Every item, block, mob, and recipe documented with precision.

Community

  • Skin Browser
  • Cape Gallery
  • Seed Vault
  • Blog
  • Guides

Database

  • Items
  • Blocks
  • Mobs
  • Recipes
  • Biomes
  • Structures

Tools

  • Seed Analyzer
  • Mod Intelligence
  • Crafting Calculator
  • Enchant Calculator

Mods & Packs

  • Mods
  • Plugins
  • Resource Packs
  • Shaders
  • Datapacks

Site & Legal

  • About
  • Authors
  • Editorial Policy
  • Corrections
  • Contact
  • Privacy Policy
  • Terms of Service
  • DMCA
  • Sitemap

© 2026 MinecraftBible. Not affiliated with Mojang or Microsoft.

PrivacyTermsContact
AnvilEnhanced
PluginLicenseRef-All-Rights-Reserved

AnvilEnhanced

With AnvilEnhanced you can enchant your items with enchantments higher than the vanilla limit and put color in item name. No hex color support.

14.8K
Downloads
41
Followers
3 months ago
Updated
📦
14
Versions
game-mechanicsutilitybukkitpaperpurpurspigot
Download Latestv3.0.3View on Modrinth

📖About AnvilEnhanced

Anvil Enhanced

Like the plugin? Check out the Premium version

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
#########################################################
#   _           _ _ ___      _                        _ #
#  /_\  _ ___ _(_) | __|_ _ | |_  __ _ _ _  __ ___ __| |#
# / _ \| ' \ 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: 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 @Jikoo for letting me use code from his plugin AnvilUnlocker.

Note: ProtocolLib must be installed.


Colored Renaming

Rename your items with color!
See Minecraft 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.

If you find the plugin useful, please give it a favorite!

👥 Team & Contributors

BitByLogic
BitByLogicOwner

⚙️ Compatibility

Environment
🖥️ Server-side
Loaders
bukkitpaperpurpurspigot
Minecraft Versions
1.161.16.11.16.21.16.31.16.41.16.51.171.17.1+27 more

🔗 Links

Modrinth Page