A Spigot plugin that adds custom enchantments to Minecraft across three categories: Combat, Mining, and Movement.
- Spigot server with 1.21.10
- Place the JAR in your server's
plugins/folder. - Restart/Reload the server.
| Enchantment | Item | Max Level | Effect |
|---|---|---|---|
| Bleed | Sword | III | Applies Wither effect on hit, scales with level |
| Dodge | Boots | III | 10%/level chance to dodge melee, 15%/level to dodge projectiles |
| Exploding Arrows | Bow | III | Arrows explode on impact (explosion power scales with level) |
| Frozen | Sword | III | Applies Slowness on hit, scales with level |
| Life Steal | Sword | III | Heals the attacker for 20% of damage dealt per level |
| Lightning Strike | Sword | III | 25%/level chance to strike lightning; special effects on Creepers, Pigs, Villagers, and Mooshrooms |
| Enchantment | Item | Max Level | Effect |
|---|---|---|---|
| Vein Miner | Pickaxe | III | Mines up to 10×level connected blocks of the same type at once |
| Auto Smelt | Pickaxe | I | Mined blocks are automatically smelted |
| XP Boost | Pickaxe | V | Grants +3×level bonus XP per block broken |
| Auto Collect | Pickaxe | I | Drops go directly into your inventory |
| Enchantment | Item | Max Level | Effect |
|---|---|---|---|
| Double Jump | Boots | I | Press jump while in the air to perform a double jump |
| High Jump | Boots | III | Increases jump height by 15% per level |
| Speed | Boots | III | Increases movement speed by 15% per level |
Enchantment books can be obtained in four ways:
- Anvil — Apply an enchantment book to a compatible item (levels stack up to the maximum).
- Loot Chests — 10% chance for a random enchantment book to appear in any generated loot.
- Villager Trading — Librarian villagers have a 20% chance to offer a custom enchantment book.
- Commands — See below.
| Command | Description |
|---|---|
/enchantx givebook |
Gives you an enchantment book for the specified enchantment |
/enchantx enchant |
Applies the enchantment to the item in your main hand (level 0 removes it) |
Alias: /ex
bleed, dodge, exploding_arrows, frozen, lifesteal, lightning_strike, vein_miner, auto_smelt, xp_boost, auto_collect, double_jump, high_jump, speed