... | @@ -11,7 +11,7 @@ MythicAchievements supports several ways of storing your data, defined by `Stora |
... | @@ -11,7 +11,7 @@ MythicAchievements supports several ways of storing your data, defined by `Stora |
|
| MYSQL | Stores all player data in a MySQL Database |
|
|
| MYSQL | Stores all player data in a MySQL Database |
|
|
|
|
|
|
##### Database Configuration (MySQL)
|
|
##### Database Configuration (MySQL)
|
|
```
|
|
```yml
|
|
Storage:
|
|
Storage:
|
|
Driver: MYSQL
|
|
Driver: MYSQL
|
|
Address: localhost
|
|
Address: localhost
|
... | @@ -35,7 +35,7 @@ This list can contain the following: |
... | @@ -35,7 +35,7 @@ This list can contain the following: |
|
| END | All vanilla advancements for The End |
|
|
| END | All vanilla advancements for The End |
|
|
|
|
|
|
#### Example disabling all vanilla advancements:
|
|
#### Example disabling all vanilla advancements:
|
|
```
|
|
```yml
|
|
DisabledVanillaCategories:
|
|
DisabledVanillaCategories:
|
|
- STORY
|
|
- STORY
|
|
- ADVENTURE
|
|
- ADVENTURE
|
... | | ... | |