From cd64b6822225c52f41b99760248728694a22e7fa Mon Sep 17 00:00:00 2001 From: snowleo Date: Mon, 4 Apr 2011 13:25:02 +0000 Subject: [PATCH] [trunk] Unlimited: Better config documentation git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1117 e251c2fe-e539-e718-e476-b85c1f46cddb --- Essentials/src/config.yml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 ############################################################