Update Configuration authored by Ashijin's avatar Ashijin
General configuration options help you customize the plugin's experience or provide general overall features.
Storage
-------
MythicAchievements supports several ways of storing your data, defined by `Storage.Driver` in your `config.yml` file.
#### Supported Storage Drivers
| Driver | Description |
| ------ | ------ |
| JSON | Default, stores data in .json files in the MythicAchievements folder |
| MYSQL | Stores all player data in a MySQL Database |
##### Database Configuration (MySQL)
```
Storage:
Driver: MYSQL
Address: localhost
Port: 3306
Database: [database name]
Username: [database username]
Password: [database password]
```
Disabling Vanilla Advancements
------------------------------
Vanilla advancements can be disabled in MythicAchievement's config.yml file by adding the tab to the `DisabledVanillaCategories` list.
......
......