faq - goflishMC/fabled-temp GitHub Wiki

โ“ 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 /fabled 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:

/fabled 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!

โš ๏ธ **GitHub.com Fallback** โš ๏ธ