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