-
Notifications
You must be signed in to change notification settings - Fork 43
config file
goflishMC edited this page Oct 21, 2024
·
11 revisions
Each section below comprises the settings within the /fabled/config.yml file, governing the majority of the plugin’s configurations. Accounts
Players can maintain multiple accounts that progress independently, enabling them to cultivate distinct characters such as a warrior or mage. Each account’s class level, skills, and experience advance autonomously. Switching between accounts is facilitated through controlled permissions.
Accounts: main-class-group: 'class' one-per-class: 'true' max-accounts: '1' perm-accounts: - 'skillapi.account.admin:5'
- main-class-group
- This is the primary group on your server.
- Most people use “class,” but it can be customized using any of your groups defined in groups.yml. one-per-class
- If set to true, players are limited to one account per class.
- Setting it to false allows players to level up multiple classes within each account.
- max-accounts
- Specifies the maximum number of accounts for default players.
- Every player joining the server will have this number of accounts by default.
- perm-accounts
- Permission nodes to grant multiple accounts to permission groups.
- Customize the number of accounts per group by editing the permission node.
- Format: skillapi.account.admin..
- Commands
- Players need access to specific commands for managing their accounts:
- /class acc : Switch between accounts by specifying the account ID.
- /class profess: Profess into a class after switching accounts.
- /class list: View a list of all accounts with their associated IDs.
- Players need access to specific commands for managing their accounts: