mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-12-28 20:17:55 +01:00
Make parents-by-weight
the default primary group calculation method
This commit is contained in:
parent
00cd8bb3f3
commit
597f2f7b1b
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user