config accounts - magemonkeystudio/fabled GitHub Wiki

๐Ÿงพ Config: Accounts

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

โš™๏ธ Settings

'main-class-group': 'class'

Defines which group is considered the "main" class group for GUI displays.


'shared-skill-points': 'true|false'

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.

โš ๏ธ Warning: If this is changed from 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.

'one-per-class': 'true|false'

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.

'max-accounts': <number>

Sets the default number of class accounts each player can have.


'perm-accounts':

Allows certain permission nodes to increase the number of accounts for specific users.

Example:

perm-accounts:
  - 'fabled.account.admin:10'

๐Ÿ”— Related Pages

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