Default apply-default-negated-permissions-before-wildcards to false on Bukkit/Nukkit (#2787)

This commit is contained in:
Luck 2021-01-19 14:34:54 +00:00
parent f9030825fd
commit cd496fdc39
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B
2 changed files with 2 additions and 2 deletions

View File

@ -479,7 +479,7 @@ apply-sponge-implicit-wildcards: false
# - If this option is set to true, LuckPerms will consider any negated declarations made by
# plugins before it considers wildcards. (similar to the way the OP system works)
# - If this option is set to false, LuckPerms will consider any wildcard assignments first.
apply-default-negated-permissions-before-wildcards: true
apply-default-negated-permissions-before-wildcards: false
# If the plugin should parse regex permissions.
#

View File

@ -474,7 +474,7 @@ apply-sponge-implicit-wildcards: false
# - If this option is set to true, LuckPerms will consider any negated declarations made by
# plugins before it considers wildcards. (similar to the way the OP system works)
# - If this option is set to false, LuckPerms will consider any wildcard assignments first.
apply-default-negated-permissions-before-wildcards: true
apply-default-negated-permissions-before-wildcards: false
# If the plugin should parse regex permissions.
#