OmniEnchant - Custom Enchantment Engine v3.0.0

Professional custom enchantment system for MMOItems. 52 enchants, formula stats, abilities, mechanic
    • paint (1024 x 512 px).png
    • 2026-03-09-22-54-04.gif
    • 2026-03-09-22-54-17.gif
    • 2026-03-09-22-53-48.gif
    • paint (1024 x 512 px).png
    • 2026-03-09-22-54-04.gif
    • 2026-03-09-22-54-17.gif
    • 2026-03-09-22-53-48.gif



The Ultimate Custom Enchantment Engine for MMOItems Paper 1.21+ • Folia Ready • Kotlin • Mythi...png


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━




What is SLMMOEnchant?

SLMMOEnchant is a professional-grade custom enchantment system built as an MMOItems addon. It goes far beyond basic enchanting — featuring a powerful formula engine, MythicLib skill integration, 40+ custom mechanics, and a complete economy loop (Tier Shop → Orbs → Books → Application → Extraction → Fusion).

Whether you run an RPG server, survival+, or skyblock with MMO elements — this plugin transforms enchanting from boring vanilla into an exciting, engaging system your players will love.


📖 Full Wiki: https://salyys1.github.io/SLWiki/enchant_wiki/index.html
Complete 6-page documentation covering every feature, config reference, enchant YAML guide, commands, and more.

💬 Discord Support:
DM me directly for support, bug reports, or feature requests. Fast response guaranteed!

SLMMOEnchant is a professional-grade custom enchantment system built as an MMOItems addon. It ...png

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━



SLMMOEnchant is a professional-grade custom enchantment system built as an MMOItems addon. It ...png


━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✦ Enchant System — YAML-Only, No Code Needed

Create unlimited enchants with pure YAML configuration. Each enchant file supports:

YAML:
# enchants/frenzy.yml — Trade-off enchant example
name: "&cFrenzy"
lore:
  - "&8Increases attack damage by &a{AD_PCT}% &8and critical"
  - "&8chance by &a{CSC}%&8, but reduces defense by &a{DEF}&8."
max-level: 4
rarity: EPIC
applicable-to: [SWORD]
conflicts: [assassin]

stats:
  attack-damage:
    formula: "4+({level}-1)*1.5"
    key: AD_PCT
    type: RELATIVE           # Percentage-based
  critical-strike-chance:
    formula: "6+({level}-1)*1.5"
    key: CSC
  defense:
    formula: "-0.5+({level}-1)*-0.2"  # Negative = reduces
    key: DEF

YAML:
# enchants/spirit.yml — Stats + Ability combo
name: "&aSpirit"
lore:
  - "&8Grants &a{HP_PCT}% &8max health and has a &a{CHANCE}%"
  - "&8chance to burst heal (&a{HEAL}&8) when attacked."
max-level: 5
rarity: EPIC
applicable-to: [HELMET, CHESTPLATE]

stats:
  max-health:
    formula: "4+({level}-1)*1.5"
    key: HP_PCT
    type: RELATIVE

ability:
  spirit_heal:
    type: HEAL
    mode: DAMAGED_BY_ENTITY
    heal:
      formula: "5+({level}-1)*2"
      key: HEAL
    chance:
      formula: "5+({level}-1)*2"
      key: CHANCE



━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━





✦ Complete Economy Loop


Code:
💰 Tier Shop (buy Orbs) → 🔮 Open Orb (random book) → ✨ Lucky Dust (boost %)
    → 📦 Drag & Drop (apply to item) → 🛡️ Protection Stone (prevent loss)
    → 🔬 Extraction (remove to book) → 🔀 Fusion (combine books)
    → 🪨 Grindstone (strip all) → ⬆️ Slot Increaser (expand limit)

Every step is fully configurable with YAML. Currency: EXP, Vault, or PlayerPoints.





━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✦ Commands & Permissions

Code:
/sle reload                              — Reload all configs & enchants
/sle give <player> <enchant> [level]     — Give enchant book
/sle giveall <player> [level]            — Give one of every enchant
/sle giveitem <player> <item_id>         — Give custom items (dust, stone, etc.)
/sle list                                — List all enchants (clickable)
/sle info <enchant>                      — View enchant details
/sle shop                                — Open Tier Shop GUI
/sle fusion                              — Open Fusion GUI
/sle extract [enchant]                   — Extract enchant from item
/sle debug                               — Debug held item NBT



━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

✦ Requirements


Optional (Soft Dependencies):
• Vault — Economy for Tier Shop
• PlayerPoints — Alternative currency
• PlaceholderAPI — 6 placeholders
• MythicMobs — Advanced mob integration



━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━


✦ Why SLMMOEnchant?


✅ Formula-driven — No hardcoded values. Every number scales with level.
✅ MythicLib Native — Not a hacky wrapper. Direct MythicLib API integration.
✅ YAML-only enchants — Create unlimited enchants without touching Java/Kotlin.
✅ Complete economy — Shop → Orb → Dust → Apply → Extract → Fuse. Full loop.
✅ Conflict system — Prevent broken combos. Define mutual exclusions.
✅ 40+ mechanics — Vein mining, tree felling, telekinesis, smelting, thorns...
✅ Folia compatible — Full FoliaLib integration for modern servers.
✅ Grindstone support — Vanilla grindstone works with custom enchants.
✅ Full wiki included — 6-page HTML documentation shipped with plugin.
✅ Active development — v1.2.8 and counting. Regular updates.





━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Kotlin • Paper 1.21+ • MMOItems • MythicLib • FoliaLib
📖 Wiki💬 Discord: SalyVn

Buy a license now
$14.99
EULA
Standard EULA
Use on any projects you own with attribution
Support
Standard
Includes:
Download the resource
Access new updates
Support from the creator
Support duration
1 year
Share and earn
Refer this resource and earn a 10% commission.
1,090 Views
5 Purchases
5 Downloads
Mar 10, 2026 Published
Apr 7, 2026 Updated
Not yet rated
3.4 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. World
  1. Library
  1. Magic
Game mode
  1. Survival
  1. Factions
  1. Skyblock
Supported software
  1. Spigot
  1. Paper
  1. Folia
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. Vietnamese
Creators
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
26.1.2 - new spear and etc / Perfect survival setup/ Good economy|mine| 30+ MENUS |more|1.21.x
5.00 star(s) 8 ratings
49 purchases
The best hytale survival setup - custom UIs, shop, auction, stats, skills, jobs and more
5.00 star(s) 4 ratings
18 purchases
26.1.2 -1.21.11 - Perfect lifesteal setup for your server / Good economy|mine|custom menus|more
5.00 star(s) 6 ratings
13 purchases
The best axminions deluxemenu ever!
5.00 star(s) 3 ratings
5 purchases
The best CrazyAuctions configuration for your server
5.00 star(s) 2 ratings
5 purchases
Share and earn
Refer this resource and earn a 10% commission.
1,090 Views
5 Purchases
5 Downloads
Mar 10, 2026 Published
Apr 7, 2026 Updated
Not yet rated
3.4 MB File size
Open source
  1. No
DRM-free
  1. No
Unobfuscated
  1. Yes
Type
  1. World
  1. Library
  1. Magic
Game mode
  1. Survival
  1. Factions
  1. Skyblock
Supported software
  1. Spigot
  1. Paper
  1. Folia
Supported versions
  1. 1.21.11
  1. 1.21.8
  1. 1.21.5
  1. 1.21.4
  1. 1.21.2
  1. 1.21
Supported languages
  1. English
  1. Vietnamese
Creators
Struggling to cover the costs of your server? Set up your own webstore with Tebex in under 30 seconds.
Host a lag-free Minecraft or Hytale server in minutes.
Get 25% off your first order with our link.
Recommended for you
26.1.2 - new spear and etc / Perfect survival setup/ Good economy|mine| 30+ MENUS |more|1.21.x
5.00 star(s) 8 ratings
49 purchases
The best hytale survival setup - custom UIs, shop, auction, stats, skills, jobs and more
5.00 star(s) 4 ratings
18 purchases
26.1.2 -1.21.11 - Perfect lifesteal setup for your server / Good economy|mine|custom menus|more
5.00 star(s) 6 ratings
13 purchases
The best axminions deluxemenu ever!
5.00 star(s) 3 ratings
5 purchases
The best CrazyAuctions configuration for your server
5.00 star(s) 2 ratings
5 purchases
Top