faq - goflishMC/fabled-temp GitHub Wiki
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.
- Download the latest version from Spigot or the official site.
- Drop the
.jar
into your/plugins
folder. - Start your server to generate default config files.
- Use the Web Editor to design your content, then export to the server.
โ See: Getting Started
You can launch it from:
Use /fabled backup
or manually upload your exported .yml
files from the editor to your server.
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
- Assign the skill to a class.
- Use
/class profess <class>
and/class cast <skill>
. - Add
Message
mechanics or particles to debug. - Optionally increase logging in
config.yml
.
โ See: Testing & Debugging
Yes:
-
/class refund
โ Resets attributes and skill points. -
/class reset
โ Wipes your class progress completely.
Admins can also use /class forcereset <player>
.
- 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
Use formulas like:
Damage:
value: "10 + a * 0.3"
Where a
= attribute points.
โ See: Formulas & Scaling
Common causes:
- Tabs instead of spaces
- Incorrect indentation
- Quotation marks around numbers or formulas
- Missing
type:
ortrigger:
values
โ See: Common Errors
Yes โ enable include-npcs: true
in the Targeting
section of config.yml
.
โ See: Config: Targeting
Yes. You can show values like {level}
, {mana}
, or {attr:strength}
in scoreboards, GUIs, and messages.
โ See: PlaceholderAPI Placeholders
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.
If your issue isnโt covered here:
- Join our Discord: https://discord.gg/...
- Submit a GitHub issue
- Ask in the Spigot thread
We're happy to help!