Skip to content
goflishMC edited this page Jul 1, 2025 · 14 revisions

🧙 Welcome to the FabledEnchants Wiki

FabledEnchants is a powerful enchantment engine that brings fully customizable, scalable, and skill-based enchantments to your Minecraft server. It integrates with Fabled for skill support and offers deep control over enchantment behavior, availability, and balance.


📚 Wiki Index

🛠 Getting Started

  • Getting Started – How to install the plugin, create your first enchantment, and link it to a Fabled skill.
  • Configuration Guide – Full breakdown of the config.yml options and their gameplay impact.
  • Enchantability System – How enchantability values affect enchanting outcomes and item compatibility.

✨ Enchantments

🧑‍💻 Developer API

🔐 Permissions & Commands

  • Commands – Full list of available commands, syntax, and permissions.
  • Permissions – Permissions for players, enchant control, and admin usage.

❓ Help

  • FAQ – Frequently asked questions, including setup tips and plugin behavior explanations.
  • Troubleshooting – Covers common issues such as enchantments not loading, missing skills, and YAML mistakes.

📂 Folder Structure

plugins/
└── FabledEnchants/
    ├── config.yml              # Main plugin configuration
    ├── enchantability.yml      # Enchantment scaling & rules
    ├── commands.yml            # Optional Bukkit command overrides
    ├── enchants/               # All enchantment definitions
    │   ├── custom/             # Manually created custom enchants
    │   └── skill/              # Enchants powered by Fabled skills
    └── data/                   # Runtime data (e.g. equipment cache)

💬 Need help? Join the Discord server

Clone this wiki locally