From 6c35dfcb3db39192806b240c97d2baeb9f2f46fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Blinky=E2=84=A2?= Date: Wed, 1 Jul 2015 23:50:17 -0500 Subject: [PATCH] Expose use-bukkit-permissions in config --- Essentials/src/config.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index fc1395369..03e14b086 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -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 | #