|
|
General configuration options help you customize the plugin's experience or provide general overall features.
|
|
|
|
|
|
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
|
|
|
``` |
|
|
\ No newline at end of file |