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
commit9eec83bfb31b93315e3654d079574156f42d8714 (patch)
tree8dee5313a16b2a20c4c752e4bf8db27fed71dbda
parenta11ccddaefe7c49635a28431936d6b65d7457482 (diff)
downloadEssentials-9eec83bfb31b93315e3654d079574156f42d8714.tar
Essentials-9eec83bfb31b93315e3654d079574156f42d8714.tar.gz
Essentials-9eec83bfb31b93315e3654d079574156f42d8714.tar.lz
Essentials-9eec83bfb31b93315e3654d079574156f42d8714.tar.xz
Essentials-9eec83bfb31b93315e3654d079574156f42d8714.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