Allow protecting and penalizing trampling of crops.
This commit is contained in:
@ -26,6 +26,8 @@ jailing:
|
||||
commandProtection: true
|
||||
commandWhitelist: ['/ping', '/list']
|
||||
countDownTimeWhileOffline: false
|
||||
cropTramplingPenalty: 5m
|
||||
cropTramplingProtection: true
|
||||
foodControl: true
|
||||
foodControlMax: 20
|
||||
foodControlMin: 10
|
||||
|
@ -3,6 +3,7 @@ language:
|
||||
blockbreaking: 'breaking a block'
|
||||
blockplacing: 'placing a block'
|
||||
command: 'trying to use a command'
|
||||
croptrampling: 'trampling crops'
|
||||
general:
|
||||
alljails: 'all the jails'
|
||||
cellremoved: '&9Cell %0% has been successfully removed from the jail %1%.'
|
||||
|
Reference in New Issue
Block a user