-
Notifications
You must be signed in to change notification settings - Fork 51
permissions
goflishMC edited this page Aug 18, 2025
·
6 revisions
Fabled uses a variety of permissions to control access to features for both players and admins.
| Permission | Description | Default |
|---|---|---|
fabled.basic |
Access to the class system: professing, skills, casting, GUIs. | ✅ true |
fabled.exp |
Allows gaining experience. | ✅ true |
fabled.reset |
Allows players to reset their class/account. | ✅ true |
| Permission | Description | Default |
|---|---|---|
fabled.level |
Allows setting or modifying levels and experience. | ❌ op |
fabled.exp.booster.<percentageAmount> |
Give experience boost by percentage amount. | ❌ op |
fabled.points |
Allows setting skill points. | ❌ op |
fabled.attrib |
Allows setting attribute points. | ❌ op |
fabled.reload |
Allows reloading Fabled's config files. | ❌ op |
fabled.class |
Grants access to all classes that require permissions. | ❌ op |
fabled.skill |
Grants access to all skills that require permissions. | ❌ op |
fabled.lore |
Grants access to lore-related commands. | ❌ op |
fabled.force |
Allows use of force/console-level commands (e.g. forcecast). | ❌ op |
fabled.mana |
Allows using the /class mana command. |
❌ op |
fabled.gui |
Allows access to the GUI editor menu (/class customize). |
❌ op |
| Permission | Description |
|---|---|
fabled.class.<classname> |
Required to access a specific class if needs-permission: true. |
fabled.skill.<skillname> |
Required to use a specific skill if needs-permission: true. |
ⓘ Use lowercase and replace spaces with hyphens.
Example:fabled.class.fire-mage,fabled.skill.power-strike
| Permission | Description | Default |
|---|---|---|
fabled.* |
Grants access to all Fabled permissions and commands. | ❌ op |
This includes:
- All sub-permissions (
basic,exp,points,class, etc.) - GUI and lore commands
- Skill and class management