From a3737d4f35f5bc834bbb0ac643ef7493288469e7 Mon Sep 17 00:00:00 2001 From: Luck Date: Sun, 16 Apr 2017 11:08:54 +0100 Subject: [PATCH] fix typo --- bukkit/src/main/resources/config.yml | 2 +- bungee/src/main/resources/config.yml | 2 +- sponge/src/main/resources/luckperms.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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"