Skip to content

Commit

Permalink
Set use-bukkit-permissions to true by default.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
SupaHam committed Jun 30, 2017
1 parent 12930cf commit d5cbfef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Essentials/src/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d5cbfef

Please sign in to comment.