FoxEnchantCreator

โญ โ€” (8 endorsements) ๐Ÿ“ฅ 738 downloads ๐Ÿ“Œ v2.1 ๐Ÿ“… 6/8/2025
๐ŸŸก Updated this year

By LisooYT ยท bukkit

โฌ‡ Download Mod Source: Modrinth โ†— ๐Ÿ“… Updated: 7/22/2026 ๐Ÿ“… Created: 6/8/2025

๐Ÿ” Analysis

  • ๐Ÿ‘ 1.1% endorsement rate โ€” high engagement, a strong quality signal
  • ๐Ÿ† #438 of 1452 bukkit mods in this game by downloads

๐Ÿ“‹ About This Mod

## ๐Ÿ”ฎ 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:** - **๐Ÿ”ง Skript/Denizen** - **๐Ÿงฑ Datapacks** - **๐Ÿงฉ Plugins** ๐Ÿ’ก 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 - **โœ… Fully configurable enchantments** - Name, max level, weight, enchanting table costs, anvil cost, and supported items. <br> - **๐ŸŽจ Custom enchantment description colors** - Optional Color option lets you set enchantment tooltip color. (e.g., "&#FF2424" for red) - Defaults to vanilla gray if no color is set <br> - **๐Ÿ”„ Support for grouped item tags** - Use groups like %SWORDS%, %AXES%, %PICKAXES%, %HOES%, %SHOVELS%, %ARMORS%, %HELMETS%, %CHESTPLATES%, %LEGGINGS, %BOOTS%. To target many items easily. (These groups are in lists.yml) - You can also define your own custom groups in lists.yml, like %FOOD%, to organize and reuse item sets across multiple enchantments <br> - **โŒ Enchantment Ignoring System** - Add an Ignore: field to prevent your custom enchantment from being applied if the item has any listed enchantments. - Supports both vanilla and custom enchantment IDs. - If an Ignore option references an enchantment that doesn't exist, that enchantment is safely skipped with a warning in console instead of crashing the server. <br> - **๐Ÿน Restore & customize vanilla enchantments (New in 2.0)** - Register vanilla enchantments (e.g. minecraft:sharpness) in enchantments.yml, either restored as-is with vanilla: true, or with specific fields overridden (Name, Color, SupportedItems, costs, etc.) while keeping their original vanilla behavior otherwise. <br> - **๐Ÿšซ Remove all vanilla enchantments (New in 2.0, experimental)** - A config.yml option that strips every vanilla enchantment from the server except ones you've explicitly restored, for a fully custom enchanting experience. <br> - **๐Ÿ“ Split configuration (New in 2.0)** - config.yml for global settings, enchantments.yml for registering/editing enchantments, and lists.yml for item groups. - Old single-file configs are automatically migrated into enchantments.yml on first startup - no manual steps needed. --- **๐Ÿ“ Example Config** ``` leech: Name: "Lifesteal" Color: "&#FF2424" SupportedItems: "%SWORDS%,MACE" PrimaryItems: "%SWORDS%" Ignore: "MINECRAFT:SHARPNESS,MINECRAFT:LOOTING,FEC:aether" 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 ``` !(https://cdn.modrinth.com/data/cached_images/9d09d8e7d790161f9936d2fbb2d5aa55f4cd981b.png)

## ๐Ÿ”ฎ 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: - ๐Ÿ”ง Skript/Denizen - ๐Ÿงฑ Datapacks - ๐Ÿงฉ Plugins

๐Ÿ’ก 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
  • โœ… Fully configurable enchantments
  • - Name, max level, weight, enchanting table costs, anvil cost, and supported items.
  • ๐ŸŽจ Custom enchantment description colors
  • - Optional Color option lets you set enchantment tooltip color. (e.g., "&#FF2424" for red)
  • - Defaults to vanilla gray if no color is set
  • ๐Ÿ”„ Support for grouped item tags
  • - Use groups like %SWORDS%, %AXES%, %PICKAXES%, %HOES%, %SHOVELS%, %ARMORS%, %HELMETS%, %CHESTPLATES%, %LEGGINGS, %BOOTS%. To target many items easily. (These groups are in lists.yml)
  • - You can also define your own custom groups in lists.yml, like %FOOD%, to organize and reuse item sets across multiple enchantments
  • โŒ Enchantment Ignoring System
  • - Add an Ignore: field to prevent your custom enchantment from being applied if the item has any listed enchantments.
  • - Supports both vanilla and custom enchantment IDs.
  • - If an Ignore option references an enchantment that doesn't exist, that enchantment is safely skipped with a warning in console instead of crashing the server.
  • ๐Ÿน Restore & customize vanilla enchantments (New in 2. 0)
  • - Register vanilla enchantments (e.g. minecraft:sharpness) in enchantments.yml, either restored as-is with vanilla: true, or with specific fields overridden (Name, Color, SupportedItems, costs, etc.) while keeping their original vanilla behavior otherwise.
  • ๐Ÿšซ Remove all vanilla enchantments (New in 2. 0, experimental)
  • - A config.yml option that strips every vanilla enchantment from the server except ones you've explicitly restored, for a fully custom enchanting experience.
  • ๐Ÿ“ Split configuration (New in 2. 0)
  • - config.yml for global settings, enchantments.yml for registering/editing enchantments, and lists.yml for item groups.
  • - Old single-file configs are automatically migrated into enchantments.yml on first startup - no manual steps needed.
  • --

๐Ÿ“ Example Config

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

aether: Name: "Aether's Blessing" Color: "FB3FF" 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 ``` !(https://cdn.modrinth.com/data/cached_images/9d09d8e7d790161f9936d2fbb2d5aa55f4cd981b.png)

๐Ÿค– AI-enhanced โ€” based on mod data

๐Ÿ“Š Mod Details

Game
Minecraft Plugins
Author
LisooYT
Version
2.1
Downloads
738
Endorsements
8
Category
bukkit
Created
6/8/2025
Updated
7/22/2026
Game Versions
1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4
Tags
game-mechanics, management, utility

๐Ÿ”ง How to Install Minecraft Plugins Mods

Download from Modrinth. Use Prism Launcher or drop into your mods folder.

๐Ÿ“– Full step-by-step install guide for Minecraft Plugins โ†’

Visit the official mod page for specific installation instructions for this mod.

๐ŸŽฎ Need cheat codes or console commands? Check ur gaming wiki for Minecraft Plugins commands, item IDs, and more.

โ“ Frequently Asked Questions

Which Minecraft Plugins versions does FoxEnchantCreator support?

The author lists 1.21, 1.21.1, 1.21.2, 1.21.3, 1.21.4, 1.21.5. Other versions may work but are untested by the author.

What is the latest version of FoxEnchantCreator?

Version 2.1, published 2026-07-22 with 738 downloads recorded at the source.

Keep browsing โ€” more Minecraft Plugins mods await

๐Ÿ“‹ All Minecraft Plugins Mods ๐Ÿ† Top 25 ๐Ÿ“‚ More bukkit ๐Ÿ‘ค More by LisooYT ๐Ÿ”Ž Similar Mods ๐ŸŒ Best bukkit (All Games) ๐Ÿ”€ Check Compatibility โš–๏ธ Compare Mods ๐Ÿ†• New Mods