OverForge
作者:rebot | 分类:模组
Minecraft 版本: 1.21 1.21.1 1.21.2 1.21.3 1.21.4 1.21.5 1.21.6 1.21.7 1.21.8 1.21.9 1.21.10 1.21.11 26.1 26.1.1 26.1.2 26.2
平台: bukkit paper spigot
✨ MaxEnchants
Override vanilla enchantment caps and item-type limits. Put Sharpness 1,000,000 on a helmet, Protection on a stick, Efficiency on a sword — anything, anywhere, at any level. And unlike a plain unsafe-enchant plugin, those extreme levels actually do something.
⚡ The catch nobody tells you (and how MaxEnchants solves it)
Since Minecraft 1.20.5, the game hard-caps a real enchantment level at 255. Set Sharpness 1,000,000 the naive way and it clamps to 255 and displays as the ugly enchantment.level.255.
MaxEnchants fixes this with a true-level system:
- Your real level (e.g. 1,000,000) is stored in the item's own data.
- The vanilla enchant is applied at
min(level, 255)so the glint and un-handled enchants still work. - The vanilla tooltip is hidden and replaced with clean custom lore showing your real number.
- Custom listeners scale effects on the portion above 255 — so levels 1–255 stay exactly vanilla (no double-counting), and higher levels get the boosted treatment.
? Features
- ✅ Enchant anything with anything, at any level — no item-type or level restrictions.
- ? Real effect scaling above 255 — melee, protection, knockback, fire, thorns, unbreaking, efficiency, bows, fortune, looting, lure, respiration.
- ? Four brand-new custom enchantments — Lifesteal, Auto Smelt, Telepathy, Vein Miner.
- ?️ Full GUI editor — category tabs, search, exact-level input, Max-All / Clear-All, copy/paste.
- ⚒️ Smart, permission-gated anvil rules — preserves custom gear instead of destroying it.
- ? Presets & clipboard — one-command god kits, and copy/paste enchant sets between items.
- ⚙️ Fully configurable — every scaling value, cap, message (MiniMessage), and a safety ceiling.
- ? No datapack, no dependencies — a normal Paper plugin.
? Custom enchantments
| Enchant | Effect |
|---|---|
| Lifesteal | Heal when you deal melee damage |
| Auto Smelt | Ore drops come out already smelted |
| Telepathy | Mined drops go straight to your inventory |
| Vein Miner | Break a whole connected ore/log vein in one hit |
? Scaled vanilla effects (above level 255)
| Enchant(s) | What scales |
|---|---|
| Sharpness / Smite / Bane | Bonus melee damage — counted from your weapon and armour |
| Protection family | Asymptotic damage reduction toward near-immunity |
| Knockback / Punch | Extra launch velocity (capped) |
| Fire Aspect | Longer burn (capped) |
| Thorns | Reflected damage (capped) |
| Power | Bonus arrow damage |
| Efficiency | Instant block breaking |
| Fortune / Looting | Drop multipliers (capped) |
| Lure | Faster fishing |
| Respiration | No drowning |
| Unbreaking | Effectively indestructible |
? Commands
Base: /maxenchants — aliases /menchant, /mench, /me
请登录后举报
暂无评论,抢个沙发吧~