diff options
author | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-04 13:25:02 +0000 |
---|---|---|
committer | snowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb> | 2011-04-04 13:25:02 +0000 |
commit | cd64b6822225c52f41b99760248728694a22e7fa (patch) | |
tree | 90eadc120e256e7d43f07ebabbe810b229abe60f | |
parent | 66bf05621c47a49c45b8f79f07db3c3144a87d2f (diff) | |
download | Essentials-cd64b6822225c52f41b99760248728694a22e7fa.tar Essentials-cd64b6822225c52f41b99760248728694a22e7fa.tar.gz Essentials-cd64b6822225c52f41b99760248728694a22e7fa.tar.lz Essentials-cd64b6822225c52f41b99760248728694a22e7fa.tar.xz Essentials-cd64b6822225c52f41b99760248728694a22e7fa.zip |
[trunk] Unlimited: Better config documentation
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1117 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r-- | Essentials/src/config.yml | 17 |
1 files 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 ############################################################ |