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