summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKHobbits <rob@khobbits.co.uk>2011-12-09 04:07:53 +0000
committerKHobbits <rob@khobbits.co.uk>2011-12-09 04:07:53 +0000
commiteb9e06327817ff9b1a5c7cd9e90f83d9e2b8ddd6 (patch)
tree759ee4bc41e0cc18c3d8c1841cce4d27ead603ab
parent543ed2af1ed35a9e6446a2ec2fb5c26ff5aca97c (diff)
downloadEssentials-eb9e06327817ff9b1a5c7cd9e90f83d9e2b8ddd6.tar
Essentials-eb9e06327817ff9b1a5c7cd9e90f83d9e2b8ddd6.tar.gz
Essentials-eb9e06327817ff9b1a5c7cd9e90f83d9e2b8ddd6.tar.lz
Essentials-eb9e06327817ff9b1a5c7cd9e90f83d9e2b8ddd6.tar.xz
Essentials-eb9e06327817ff9b1a5c7cd9e90f83d9e2b8ddd6.zip
Simplify the protect config file examples.
-rw-r--r--Essentials/src/config.yml23
1 files changed, 10 insertions, 13 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index ff77db9e0..2254bdbab 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -372,24 +372,21 @@ protect:
# For which block types would you like to be alerted?
# You can find a list of IDs in plugins/Essentials/items.csv after loading Essentials for the first time.
+ # 10 = lava :: 11 = still lava :: 46 = TNT :: 327 = lava bucket
alert:
- # 10: lava
- # 11: still lava
- # 46: TNT
- on-placement: 10,11,46
- on-use:
- # 46: TNT
+ on-placement: 10,11,46,327
+ on-use: 327
on-break:
- # Users cannot PLACE these types of blocks/items.
- # < 255 designates a BLOCK
- # > 255 designates an ITEM (Some blocks can be placed as blocks OR items; lava blocks can be placed by lava buckets, for example.)
blacklist:
- placement: 327,326,14,56,46,11,10,9,8
- usage: 327,326,325
+
+ # Which blocks should people be prevented from placing
+ placement: 10,11,46,327
+
+ # Which items should people be prevented from using
+ usage: 327
- #prevent people from breaking blocks
- #break: 20,50
+ # Which blocks should people be prevented from breaking
break:
# Which blocks should not be pushed by pistons