From 597f2f7b1b01c135746a49ee303511933538ea8e Mon Sep 17 00:00:00 2001 From: Luck Date: Sat, 14 Oct 2017 22:54:54 +0100 Subject: [PATCH] Make `parents-by-weight` the default primary group calculation method --- bukkit/src/main/resources/config.yml | 2 +- bungee/src/main/resources/config.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.