Database

This page has all information related to database.yml file.

📝 Example configuration:

use_mysql: false
mysql:
  host: "localhost"
  username: "root"
  password: ""
  port: "3306"
  database: "afroplayertitles"

# If you enable mysql, you need to restart server!
# Plugin create new table named: afroplayertitles_data
# [!] The plugin will not download data from the "playerdata" folder to the database!

If plugin can't connect to database, then player's data still be save with default way in "playerdata" folder!

Last updated