Fix misplaced sponge config options

This commit is contained in:
Luck 2018-04-23 21:31:04 +01:00
parent 7d90dba08b
commit d73543408e
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -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 | #