From 18265777dd47605a0f66d98b885800e51da1bf41 Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Mon, 20 Jan 2014 12:24:09 -0600 Subject: [PATCH] It's crops and not wheat, also add potatos to the default whitelist. --- src/main/resources/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index e7a45e5..670e5bf 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -15,10 +15,10 @@ jailing: during: blockBreakPenalty: 5m blockBreakProtection: true - blockBreakWhiteList: ['wheat', 'carrot'] # these blocks can be broken at any time by prisoners + blockBreakWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be broken at any time by prisoners blockPlacePenalty: 5m blockPlaceProtection: true - blockPlaceWhiteList: ['seeds', 'carrot'] # these blocks can be placed at any time by prisoners + blockPlaceWhiteList: ['seeds', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners countDownTimeWhileOffline: false explosionProtection: true ignoreSleeping: true