config accounts - magemonkeystudio/fabled GitHub Wiki
The Accounts
section of config.yml
manages how class accounts are handled, including shared skill points, account limits, and switching behavior.
File location:
/plugins/Fabled/config.yml
Defines which group is considered the "main" class group for GUI displays.
Controls whether skill points are shared across all class groups or tracked separately.
-
true
โ One shared pool of skill points across all groups. -
false
โ Each group has its own skill point pool.
true
to false
, points are recalculated:
- Starting + level-up points are added for each group.
- Points invested in that group's skills are subtracted.
- Unassigned or command-gifted points may be lost or reassigned incorrectly.
When enabled, each class can have its own account, allowing use of /class switch
to swap between them.
- Provides an alternative to
/class acc <id>
- Not recommended if using a common starter class that branches into subclasses.
Sets the default number of class accounts each player can have.
Allows certain permission nodes to increase the number of accounts for specific users.
Example:
perm-accounts:
- 'fabled.account.admin:10'