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
Open the
config.yml
file.Set
enabled
totrue
undermysql-settings
.Fill in the credentials to match your database's settings.
Last updated