From d5cbfefc2189cd2d3e58ec4733d87cbef0716db8 Mon Sep 17 00:00:00 2001 From: Ali Moghnieh Date: Fri, 30 Jun 2017 21:12:55 +0100 Subject: [PATCH] Set `use-bukkit-permissions` to true by default. See #1356 for more information. This change was made with the confident presumption that the use of built-in EssentialsX permissions is very very low compared to those who use feature-complete permission plugins. --- Essentials/src/config.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index 03d625419f4..8d51688ab71 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -186,6 +186,8 @@ mute-commands: # If you are using an unsupported permissions system, simply delete this section. # Whitelist the commands and permissions you wish to give players by default (everything else is op only). # These are the permissions without the "essentials." part. +# +# To enable this feature, please set use-bukkit-permissions to false. player-commands: - afk - afk.auto @@ -613,8 +615,9 @@ 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 +# If you wish to use EssentialsX' built-in permissions using the `player-commands` section above, set this to false. +# Default is true. +use-bukkit-permissions: true # Minimum acceptable amount to be used in /pay. minimum-pay-amount: 0.001