config general - magemonkeystudio/fabled GitHub Wiki

⚙️ Config: General Settings

The general section of config.yml controls global behavior for Fabled across skills, classes, attributes, and commands.

File location:

/plugins/Fabled/config.yml

⚙️ General Options

debug: true|false

  • Enables detailed console output for skill casting, class switching, and YAML loading.
  • true = logs more internal operations (useful for development).

max-level: <number>

  • Sets the global default max level for all classes (unless overridden per class).
  • Affects leveling, placeholders, and unlock conditions.

mana-name: "<name>"

  • Default display name for mana used in messages and GUIs.

prefix: "<text>"

  • Text prefix shown in plugin messages (e.g., &7[&bFabled&7]).

use-parent-color: true|false

  • If true, child classes inherit the color of their parent class.

use-parent-prefix: true|false

  • If true, child classes inherit the message prefix of their parent class.

🔗 Related Pages

⚠️ **GitHub.com Fallback** ⚠️