permissions - goflishMC/fabled-temp GitHub Wiki

🔐 Permissions

Fabled uses a variety of permissions to control access to features for both players and admins.


🧍 Basic Player Permissions

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

🧰 Admin & Operator Permissions

Permission Description Default
fabled.level Allows setting or modifying levels and experience. ❌ 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

🎓 Class & Skill Specific Permissions

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


🌟 Wildcard Permission

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
⚠️ **GitHub.com Fallback** ⚠️