Changes
Page history
Added YML syntax highlighting
authored
Feb 11, 2023
by
Vierdant
Show whitespace changes
Inline
Side-by-side
Configuration.md
View page @
70c3b1e9
...
@@ -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
...
...
...
...