data.yml

Overview

The data.yml file is one of the main config files for FateHub! This contains MySQL details.

Last Updated: 2/18/2022

If you are using a BungeeCord network, make sure your server spigot.yml the bungeecord setting is set correctly. This will prevent issues with cross-server syncing.

#MySQL Details:
MySQL:
  host: localhost
  port: 3306
  database: fatehub
  username: root
  password: password

Last updated