Data & MySQL

Storage Types

The plugin can either store the files locally or send them to a MySQL database.

The data is stored in the json files, so you can easily modify them as you wish.

Structure

The data is located in the /ArenaLegends/data/ folder.

  • /data/settings.yml: Contains various local settings.

  • /data/metrics.yml: The file used for metrics tracking.

  • /data/players/: The location of all .

How to enable MySQL

  1. Open the config.yml file.

  2. Set enabled to true under mysql-settings.

  3. Fill in the credentials to match your database's settings.

Last updated