From 205bc49a4a7cb0c860ccdaaf1a2d9a69088ac525 Mon Sep 17 00:00:00 2001 From: Pierre-Yves B <10694593+PyvesB@users.noreply.github.com> Date: Wed, 6 Oct 2021 12:04:13 +0100 Subject: [PATCH] Clarify behaviour of DisabledCategories option --- advanced-achievements-plugin/src/main/resources/config.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/advanced-achievements-plugin/src/main/resources/config.yml b/advanced-achievements-plugin/src/main/resources/config.yml index 045a7563..cebdfebd 100644 --- a/advanced-achievements-plugin/src/main/resources/config.yml +++ b/advanced-achievements-plugin/src/main/resources/config.yml @@ -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