▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/FoxEnchantCreator
FoxEnchantCreator

FoxEnchantCreator

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 effects to them

457
7

🔮 FoxEnchantCreator

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

📦 How It Works

This plugin reads your config.yml file and automatically creates custom enchantments with the values you used in the config. (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.


📝 Example Config

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: false

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

Совместимость

Minecraft: Java Edition

1.21.x

Платформы

Поддерживаемые окружения

Сервер

Детали

Лицензия:LicenseRef-All-Rights-Reserved
Опубликован:9 месяцев назад
Обновлён:2 месяца назад
Главная