FateHub
  • FateHub Overview
  • Commands & Permissions
  • Placeholders
  • Christmas Features
  • Supported Cores
  • Armor Colors
  • HEX Colors
  • Common Queue Questions
  • World Backup System
  • Menu & Item Actions
  • Skulls in Menus
  • Custom Menu Item Data
  • Default Config Files
    • settings.yml
    • data.yml
    • menus.yml
    • messages.yml
    • gadgets.yml
    • prefs.yml
    • scoreboard.yml
    • cores.yml
    • status.yml
  • Main Wiki
Powered by GitBook
On this page

Was this helpful?

  1. Default Config Files

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
Previoussettings.ymlNextmenus.yml

Last updated 3 years ago

Was this helpful?