From af58eea360e8c830e3ea0be0bb88674cce8a105a Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Mon, 20 Jan 2014 12:26:03 -0600 Subject: [PATCH] It's crops as well for placing, whoops --- src/main/resources/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 670e5bf..52570c2 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -18,7 +18,7 @@ jailing: blockBreakWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be broken at any time by prisoners blockPlacePenalty: 5m blockPlaceProtection: true - blockPlaceWhiteList: ['seeds', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners + blockPlaceWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners countDownTimeWhileOffline: false explosionProtection: true ignoreSleeping: true