Fix the issue in the config which was causing the tests to fail.
This commit is contained in:
parent
c84b833ebb
commit
5f39776825
@ -24,7 +24,7 @@ jailing:
|
|||||||
blockPlaceWhiteList: ['crops', '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
|
||||||
commandPenalty: 5m
|
commandPenalty: 5m
|
||||||
commandProtection: true
|
commandProtection: true
|
||||||
commandWhitelist: ['/ping', '/list', '/jail status]
|
commandWhitelist: ['/ping', '/list', '/jail status']
|
||||||
countDownTimeWhileOffline: false
|
countDownTimeWhileOffline: false
|
||||||
cropTramplingPenalty: 5m
|
cropTramplingPenalty: 5m
|
||||||
cropTramplingProtection: true
|
cropTramplingProtection: true
|
||||||
|
Loading…
Reference in New Issue
Block a user