Skip to content
Trav edited this page Jan 11, 2026 · 2 revisions

❓ Frequently Asked Questions (FAQ)

This page answers common questions about installing, configuring, and using Fabled. If you're having trouble or are unsure how something works, check here first.


🔧 Installation & Setup

❓ How do I install Fabled?

  1. Download the latest version from Spigot or the official site.
  2. Drop the .jar into your /plugins folder.
  3. Start your server to generate default config files.
  4. Use the Web Editor to design your content, then export to the server.

→ See: Getting Started


❓ How do I open the Web Editor?

You can launch it from:

🌐 https://fabled.travja.dev

Use /class backup or manually upload your exported .yml files from the editor to your server.


🎮 Gameplay & Mechanics

❓ Why can't I cast any skills?

You must first use:

/class profess <classname>

Only skills assigned to your current class can be used. Also make sure you're using the correct casting mode. See: Casting Modes


❓ How do I test a new skill?

  1. Assign the skill to a class.
  2. Use /class profess <class> and /class cast <skill>.
  3. Add Message mechanics or particles to debug.
  4. Optionally increase logging in config.yml.

→ See: Testing & Debugging


❓ Can I reset my class or skills?

Yes:

  • /class refund – Resets attributes and skill points.
  • /class reset – Wipes your class progress completely.

Admins can also use /class forcereset <player>.


🛠 Config & Editor

❓ What’s the difference between “attributes” and “stats”?

  • Attributes: Custom RPG values like Strength, Intelligence, etc.
  • Stats: Built-in mechanics like health, mana, cooldown, etc.

Attributes can scale stats via formulas.

→ See: Creating Attributes


❓ How do I make skills scale with attributes?

Use formulas like:

Damage:
  value: "10 + a * 0.3"

Where a = attribute points.

→ See: Formulas & Scaling


❓ Why doesn’t my YAML file load?

Common causes:

  • Tabs instead of spaces
  • Incorrect indentation
  • Quotation marks around numbers or formulas
  • Missing type: or trigger: values

→ See: Common Errors


🔄 Miscellaneous

❓ Can I use this with Citizens NPCs?

Yes — enable include-npcs: true in the Targeting section of config.yml.

→ See: Config: Targeting


❓ Does Fabled support PlaceholderAPI?

Yes. You can show values like {level}, {mana}, or {attr:strength} in scoreboards, GUIs, and messages.

→ See: PlaceholderAPI Placeholders


❓ How do I reload the plugin?

Use:

/class reload

Or restart your server. Be sure to save changes in the Web Editor and upload them to the correct folder before reloading.


📬 Still Need Help?

If your issue isn’t covered here:

We're happy to help!

Clone this wiki locally