Expose use-bukkit-permissions in config

This commit is contained in:
Blinky™ 2015-07-01 23:50:17 -05:00
parent 01ad006ca3
commit 6c35dfcb3d

View File

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