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.
This list can contain the following:
Tab | ...disables |
---|---|
STORY | The main vanilla Minecraft advancements tab |
ADVENTURE | The vanilla Adventure advancements tab |
HUSBANDRY | The vanilla Husbandry advancements tab |
NETHER | All vanilla advancements for The Nether |
END | All vanilla advancements for The End |
Example disabling all vanilla advancements:
DisabledVanillaCategories:
- STORY
- ADVENTURE
- HUSBANDRY
- NETHER
- END