From 25f09c792d6ed68dff54415308594cc85deb66fb Mon Sep 17 00:00:00 2001 From: snowleo Date: Sun, 3 Apr 2011 18:16:23 +0000 Subject: [PATCH] [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 --- Essentials/src/config.yml | 5 ++--- 1 file 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