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.
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
```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: 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: Note: 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!