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.
This commit is contained in:
Ali Moghnieh 2017-06-30 21:12:55 +01:00
parent 12930cfce4
commit d5cbfefc21
No known key found for this signature in database
GPG Key ID: F09D3A1BAF2E6D70
1 changed files with 5 additions and 2 deletions

View File

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