HomeJavaModsFoxEnchantCreator
FoxEnchantCreator
ModsJava

FoxEnchantCreator

by LisooYT · on Modrinth

Custom Enchant Creator that allows you to easilly register custom enchantments in config.yml, you can use your own Skripts, Plugins or datapacks to add…

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1–26.2 · Paper⬇ Download for 1.21.1–26.2 · Purpur⬇ Download for 1.21.1–1.21.5 · Bukkit⬇ Download for 1.21.1–1.21.5 · Spigot
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

🔮 FoxEnchantCreator

A lightweight, powerful Paper plugin that allows you to define your own enchantments via config file (enchantments.yml)

📦 How It Works

This plugin reads your enchantments.yml file and automatically creates custom enchantments with the values you used in the file (requires server restart)

This plugin only registers custom enchantments they do not have any built-in effects. To make enchantments actually do something, you can use:

💡 You can check if an item is enchanted with registered enchantment, using namespaced keys like: fec:lifesteal, fec:double_jump, fec:something, and so on


⚙️ Features








📝 Example Config

leech:
  Name: "Lifesteal"
  Color: "&#FF2424"
  SupportedItems: "%SWORDS%,MACE"
  PrimaryItems: "%SWORDS%"
  Ignore: "MINECRAFT:SHARPNESS,MINECRAFT:LOOTING,FEC:firetouch"
  Weight: 5
  maxLevel: 3
  minCost:
    base: 3
    perLevel: 11
  maxCost:
    base: 16
    perLevel: 11
  anvilCost: 3
  tradeable: true

aether:
  Name: "Aether's Blessing"
  Color: "&#7FB3FF"
  SupportedItems: "%SWORDS%"
  Weight: 2
  maxLevel: 1
  minCost:
    base: 20
    perLevel: 0
  maxCost:
    base: 30
    perLevel: 0
  anvilCost: 2
  tooltip_order_value: 0
  in_enchanting_table: true
  tradeable: true
  double_trade_price: true
  on_random_loot: true

crimson:
  Name: "Crimson"
  SupportedItems: "%SWORDS%,mace"
  Ignore: "minecraft:sharpness,minecraft:smite"
  Weight: 4
  maxLevel: 3
  minCost:
    base: 3
    perLevel: 9
  maxCost:
    base: 16
    perLevel: 9
  anvilCost: 3
  tooltip_order_value: 1
  in_enchanting_table: true

aether and crimson enchantments from example config

Quick facts

Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more