diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml index c0913b37a..661118df0 100644 --- a/Essentials/src/config.yml +++ b/Essentials/src/config.yml @@ -156,17 +156,24 @@ per-warp-permission: false sort-list-by-groups: false # Unlimited placement of blocks, throwing of eggs, using of buckets +# You have to enabled this here if you want to use the /unlimited command. +# The following permissions will activate unlimited for all items: +# - essentials.unlimited.placing +# - essentials.unlimited.eggthrow +# - essentials.unlimited.buckets +# Since admins commonly have a '*' permission, they get everything unlimited. +# If you want to avoid that, explicitly deactivate the above permissions. unlimited: - # Players need also permission essentials.unlimited.placing placing: false - # permission essentials.unlimited.eggthrow eggthrow: false - # permission essentials.unlimited.buckets buckets: false # Use this whitelist to restrict the use of unlimited placing and buckets - # Permission essentials.unlimited.whitelist.override let players ignore this list + # Set permission + # - essentials.unlimited.whitelist.override + # for players, that are not bound to this list. + # If empty, all items are allowed. whitelist: - # example: (You can use ids or names from items.csv) + # Example: (You can use ids or names from items.csv) # whitelist: cobblestone, dirt, waterbucket ############################################################