summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-03 18:16:23 +0000
committersnowleo <snowleo@e251c2fe-e539-e718-e476-b85c1f46cddb>2011-04-03 18:16:23 +0000
commit25f09c792d6ed68dff54415308594cc85deb66fb (patch)
tree43adc9096b58081fad58fcbab6710833a466f386
parentbcc83874962e0860f463f29efa159bfac014d7a8 (diff)
downloadEssentials-25f09c792d6ed68dff54415308594cc85deb66fb.tar
Essentials-25f09c792d6ed68dff54415308594cc85deb66fb.tar.gz
Essentials-25f09c792d6ed68dff54415308594cc85deb66fb.tar.lz
Essentials-25f09c792d6ed68dff54415308594cc85deb66fb.tar.xz
Essentials-25f09c792d6ed68dff54415308594cc85deb66fb.zip
[trunk] Default config changed:
protect.alert.on-use: empty now protect.disable.build: true git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1107 e251c2fe-e539-e718-e476-b85c1f46cddb
-rw-r--r--Essentials/src/config.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/Essentials/src/config.yml b/Essentials/src/config.yml
index fa5eb6f32..e9bb9a85c 100644
--- a/Essentials/src/config.yml
+++ b/Essentials/src/config.yml
@@ -289,8 +289,7 @@ protect:
# 11: still lava
# 46: TNT
on-placement: 10,11,46
- # 1: rock (just an example--doesn't actually do much)
- on-use: 1
+ on-use:
# 46: TNT
on-break: 46
@@ -373,7 +372,7 @@ protect:
# Should people with build: false in permissions be allowed to build
# Set true to disable building for those people
- build: false
+ build: true