diff --git a/bukkit/src/main/resources/config.yml b/bukkit/src/main/resources/config.yml index 51c543b84..927e6cdde 100644 --- a/bukkit/src/main/resources/config.yml +++ b/bukkit/src/main/resources/config.yml @@ -71,7 +71,7 @@ temporary-add-behaviour: deny # Available Options: # -> stored use the value stored against the users record in the file/database # -> parents-by-weight just use the users most highly weighted parent -# -> all-parents-by-weight same as above, but calculates based upon all parents inherits from both directly and indirectly +# -> all-parents-by-weight same as above, but calculates based upon all parents inherited from both directly and indirectly primary-group-calculation: stored diff --git a/bungee/src/main/resources/config.yml b/bungee/src/main/resources/config.yml index c42664733..a7cca5cdc 100644 --- a/bungee/src/main/resources/config.yml +++ b/bungee/src/main/resources/config.yml @@ -71,7 +71,7 @@ temporary-add-behaviour: deny # Available Options: # -> stored use the value stored against the users record in the file/database # -> parents-by-weight just use the users most highly weighted parent -# -> all-parents-by-weight same as above, but calculates based upon all parents inherits from both directly and indirectly +# -> all-parents-by-weight same as above, but calculates based upon all parents inherited from both directly and indirectly primary-group-calculation: stored diff --git a/sponge/src/main/resources/luckperms.conf b/sponge/src/main/resources/luckperms.conf index 1083334bb..09767c7f1 100644 --- a/sponge/src/main/resources/luckperms.conf +++ b/sponge/src/main/resources/luckperms.conf @@ -72,7 +72,7 @@ temporary-add-behaviour="deny" # Available Options: # -> stored use the value stored against the users record in the file/database # -> parents-by-weight just use the users most highly weighted parent -# -> all-parents-by-weight same as above, but calculates based upon all parents inherits from both directly and indirectly +# -> all-parents-by-weight same as above, but calculates based upon all parents inherited from both directly and indirectly primary-group-calculation="parents-by-weight"