Add configurable duration handling when a holder already has a temporary permission/parent/option set - closes #152
This commit is contained in:
@@ -56,6 +56,14 @@ world-rewrite:
|
||||
group-name-rewrite:
|
||||
# default: Member
|
||||
|
||||
# Controls how temporary permissions/parents/meta should be accumulated
|
||||
#
|
||||
# The default behaviour is "deny"
|
||||
# If "accumulate": durations will be added to the existing expiry time
|
||||
# If "replace": durations will be replaced if the new duration is later than the current expiration
|
||||
# If "deny": the command will just fail if you try to add another node with the same expiry
|
||||
temporary-add-behaviour: deny
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user