mirror of
https://github.com/EssentialsX/Essentials.git
synced 2025-01-07 08:58:05 +01:00
Expose use-bukkit-permissions in config
This commit is contained in:
parent
01ad006ca3
commit
6c35dfcb3d
@ -95,9 +95,6 @@ spawnmob-limit: 10
|
||||
# Shall we notify users when using /lightning?
|
||||
warn-on-smite: true
|
||||
|
||||
# Shall we drop items instead of adding to inventory if the target inventory is full?
|
||||
drop-items-if-full: false
|
||||
|
||||
# Essentials Mail Notification
|
||||
# Should we notify players if they have no new mail?
|
||||
notify-no-new-mail: true
|
||||
@ -519,6 +516,11 @@ min-money: -10000
|
||||
# Enable this to log all interactions with trade/buy/sell signs and sell command.
|
||||
economy-log-enabled: false
|
||||
|
||||
# Use this option to force superperms-based permissions handler regardless of detected installed perms plugin.
|
||||
# This is useful if you want superperms-based permissions (with wildcards) for custom permissions plugins.
|
||||
# Default is false.
|
||||
use-bukkit-permissions: false
|
||||
|
||||
############################################################
|
||||
# +------------------------------------------------------+ #
|
||||
# | EssentialsHelp | #
|
||||
|
Loading…
Reference in New Issue
Block a user