It's crops and not wheat, also add potatos to the default whitelist.
This commit is contained in:
parent
28953682ae
commit
18265777dd
@ -15,10 +15,10 @@ jailing:
|
|||||||
during:
|
during:
|
||||||
blockBreakPenalty: 5m
|
blockBreakPenalty: 5m
|
||||||
blockBreakProtection: true
|
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
|
blockPlacePenalty: 5m
|
||||||
blockPlaceProtection: true
|
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
|
countDownTimeWhileOffline: false
|
||||||
explosionProtection: true
|
explosionProtection: true
|
||||||
ignoreSleeping: true
|
ignoreSleeping: true
|
||||||
|
Loading…
Reference in New Issue
Block a user