UnsafeAnvils
UnsafeAnvils removes enchantment limits and bypasses anvil costs. It silently logs every custom craft.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
UnsafeAnvils
⚒️ UnsafeAnvils
UnsafeAnvils is a lightweight, high-performance, and silent utility plugin for Paper and Purpur (1.21.x) that removes the restrictive vanilla enchantment limits in anvils.
Tired of being capped at Sharpness V or Unbreaking III? Want to allow your players to create truly "overpowered" gear without using commands? This plugin is the perfect solution.
✨ Features
- No More Limits: Apply any enchantment level in an anvil. If you have a Sharpness X book, you get a Sharpness X sword.
- Bypass "Too Expensive!": Automatically caps the repair cost (default 39 levels), ensuring that items can always be combined or repaired.
- Silent Operation: No "Plugin by..." messages or chat spam. Players won't even know the plugin is there—it just works.
- Smart Merging: Follows vanilla logic but extends it. Combining two "Sharpness X" items will result in "Sharpness XI".
- Advanced Admin Logging: Keeps track of every "unsafe" item created. It logs Who, What (Item + Enchants), and When to a dedicated file.
📋 Logging System
Unlike other plugins, UnsafeAnvils only logs actual crafts. It won't spam your logs when players are just hovering over items. It only writes to combinations.log when a player successfully clicks and takes the result from the anvil.
Example Log: [2026-02-19 20:25:01] PLAYER: Neyox | ITEM: DIAMOND_SWORD | ENCHANTS: [sharpness 10, unbreaking 5]
config.yml
```
==========================================
UnsafeAnvils Configuration
==========================================
settings:
Enable or disable the entire plugin
enabled: true
If true, it logs every successful unsafe combination to combinations.log
It logs: Who, What (Item + Enchants), and When.
log-to-file: true
Max XP cost to prevent "Too Expensive!" (Default 39)
max-repair-cost: 39 ```
Author: ``` Neyox ```