We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Saving section of config.yml controls how and when player data is stored, including options for auto-saving and SQL integration.
Saving
config.yml
File location:
/plugins/Fabled/config.yml
'auto-save': 'true|false'
Enable or disable automatic data saving.
'minutes': '<number>'
How often data is saved automatically (in minutes). Only used if auto-save is enabled.
auto-save
'sql-database': 'true|false'
Enable saving and loading player data from an SQL database instead of local files.
'sql-details':
Connection settings for the SQL database:
sql-details: host: 'localhost' port: '54321' database: 'plugins' username: 'username' password: 'password' delay: '0'
delay