Home - magemonkeystudio/fabled GitHub Wiki

๐Ÿง™ Fabled Wiki

Fabled is a Minecraft RPG plugin that lets you create custom classes, skills, and attributes using a powerful web-based editor โ€” no programming required. This wiki will guide you through everything you need to install, configure, and master Fabled for your server.


๐Ÿ“˜ Getting Started

  • Getting Started โ€“ How to install the plugin, access the web editor, and understand the basic workflow.
  • Web Editor Overview โ€“ Learn how the web editor connects to the backend, manages sessions, and exports YAML files.

โš”๏ธ Creating Custom Content

๐Ÿน Classes

โœจ Skills

๐Ÿ“Š Attributes

๐Ÿ’พ Exporting

  • Exporting Files โ€“ Properly exporting files from the web editor into your server directory.

โš™๏ธ Plugin Configuration

Each section below corresponds to part of config.yml or other YAML files in the Fabled plugin directory.

๐Ÿ”ง config.yml Sections

๐Ÿ“ Other Config Files

  • attributes.yml โ€“ Global attribute definitions and scaling logic.
  • commands.yml โ€“ Custom command structure and syntax.
  • effects.yml โ€“ Defines custom particle shapes for skills.
  • exp.yml โ€“ Per-entity XP configuration.
  • groups.yml โ€“ Class group definitions and point scaling.
  • gui.yml โ€“ Auto-generated GUI layouts.
  • language.yml โ€“ Message customization.
  • levels.yml โ€“ Leveling behavior per group.
  • tool.yml โ€“ Defines extra icon items for GUI menus.
  • tool-config.json โ€“ Stores icon caching and editor visuals.
  • worldGuard.yml โ€“ Region rules when using WorldGuard.

๐Ÿ“‚ Plugin Data Folders

  • data folder โ€“ Internal storage of generated backups, logs, and cache.
  • images folder โ€“ Contains PNGs used for Particle Image mechanic.
  • players folder โ€“ Holds player stats, skills, and account data (do not edit manually).

๐ŸŽฏ Skills System


๐Ÿ”Œ Integration & Permissions


๐Ÿงช Troubleshooting & Help


๐Ÿงฉ Menu Editor

  • class-customize โ€“ Learn to customize skill/class GUI menus using /class customize.

๐ŸŒŸ Extras