mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-08 20:09:59 +01:00
Fix misplaced sponge config options
This commit is contained in:
parent
7d90dba08b
commit
d73543408e
@ -396,27 +396,20 @@ apply-regex = true
|
|||||||
# - If set to true, LuckPerms will detect and expand shorthand node patterns.
|
# - If set to true, LuckPerms will detect and expand shorthand node patterns.
|
||||||
apply-shorthand = true
|
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
|
# That being:
|
||||||
# and used by LuckPerms if this setting is enabled.
|
# If a user has been granted "example", then the player should have also be automatically granted
|
||||||
apply-bukkit-child-permissions = true
|
# "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.
|
# 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
|
||||||
# - Plugin authors can define permissions which should be given to all users by default, or setup
|
# false, LuckPerms will ignore this data when considering if a player has a permission.
|
||||||
# permissions which should/shouldn't be given to opped players.
|
apply-sponge-default-subjects=true
|
||||||
# - 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
|
|
||||||
|
|
||||||
# +----------------------------------------------------------------------------------------------+ #
|
# +----------------------------------------------------------------------------------------------+ #
|
||||||
# | Extra settings | #
|
# | Extra settings | #
|
||||||
|
Loading…
Reference in New Issue
Block a user