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!

Last updated