Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Clarify behaviour of DisabledCategories option
Browse files Browse the repository at this point in the history
  • Loading branch information
PyvesB committed Oct 6, 2021
1 parent e930542 commit 205bc49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions advanced-achievements-plugin/src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ ExcludedWorlds: []
# Ignore vertical dimension (Y axis) when calculating distance statistics.
IgnoreVerticalDistance: false

# Hide these categories from the GUI or the stats output and prevent statisticss from increasing. To not disable any
# categories, remove all listed items and instead specify DisabledCategories: []
# Hide these categories from the GUI and prevent statistics from increasing. Once added to this list, you do not need to
# delete the corresponding achievement configuration section. To enable all categories, remove all listed items and
# instead specify DisabledCategories: []
DisabledCategories:
- AdvancementsCompleted

Expand Down

0 comments on commit 205bc49

Please sign in to comment.