diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 568c2e8f5..5f60c2d88 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -103,7 +103,7 @@ temporary-add-behaviour: deny # -> parents-by-weight just use the users most highly weighted parent # -> all-parents-by-weight same as above, but calculates based upon all parents inherited from both # directly and indirectly -primary-group-calculation: stored +primary-group-calculation: parents-by-weight # If set to false, the plugin will allow a Users primary group to be removed with the # 'parent remove' command, and will set their primary group back to default. diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index 708cdf4e3..60f56543d 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -106,7 +106,7 @@ temporary-add-behaviour: deny # -> parents-by-weight just use the users most highly weighted parent # -> all-parents-by-weight same as above, but calculates based upon all parents inherited from both # directly and indirectly -primary-group-calculation: stored +primary-group-calculation: parents-by-weight # If set to false, the plugin will allow a Users primary group to be removed with the # 'parent remove' command, and will set their primary group back to default.