From d73543408ed306c457247901187424e1deb82718 Mon Sep 17 00:00:00 2001 From: Luck Date: Mon, 23 Apr 2018 21:31:04 +0100 Subject: [PATCH] Fix misplaced sponge config options --- sponge/src/main/resources/luckperms.conf | 31 +++++++++--------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/sponge/src/main/resources/luckperms.conf b/sponge/src/main/resources/luckperms.conf index 2f656947f..5faee4989 100644 --- a/sponge/src/main/resources/luckperms.conf +++ b/sponge/src/main/resources/luckperms.conf @@ -396,27 +396,20 @@ apply-regex = true # - If set to true, LuckPerms will detect and expand shorthand node patterns. apply-shorthand = true -# If the plugin should apply Bukkit child permissions. +# If LuckPerms should resolve and apply permissions according to Sponge's implicit wildcard +# inheritance system. # -# - Plugin authors can define custom permissions structures for their plugin, which will be resolved -# and used by LuckPerms if this setting is enabled. -apply-bukkit-child-permissions = true +# That being: +# If a user has been granted "example", then the player should have also be automatically granted +# "example.function", "example.another", "example.deeper.nesting", and so on. +# +# If this option is set to false, this system will not be applied. +apply-sponge-implicit-wildcards=true -# If the plugin should apply Bukkit default permissions. -# -# - Plugin authors can define permissions which should be given to all users by default, or setup -# permissions which should/shouldn't be given to opped players. -# - If this option is set to false, LuckPerms will ignore these defaults. -apply-bukkit-default-permissions = true - -# If the plugin should apply attachment permissions. -# -# - Other plugins on the server are able to add their own "permission attachments" to players. -# - This allows them to grant players additional permissions which last until the end of the -# session, or until they're removed. -# - If this option is set to false, LuckPerms will not include these attachment permissions when -# considering if a player should have access to a certain permission. -apply-bukkit-attachment-permissions = true +# If the plugin should apply Sponge default subject permissions. +# Plugins can manipulate a set of default permissions granted to all users. If this option is set to +# false, LuckPerms will ignore this data when considering if a player has a permission. +apply-sponge-default-subjects=true # +----------------------------------------------------------------------------------------------+ # # | Extra settings | #