mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 01:27:40 +01:00
[trunk] Unlimited: Better config documentation
git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1117 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
parent
66bf05621c
commit
cd64b68222
@ -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
|
||||
|
||||
############################################################
|
||||
|
Loading…
Reference in New Issue
Block a user