Allow protecting and penalizing trampling of crops.

This commit is contained in:
graywolf336
2014-01-21 21:37:52 -06:00
parent 4e06336c99
commit 863793543f
5 changed files with 45 additions and 0 deletions

View File

@ -26,6 +26,8 @@ jailing:
commandProtection: true
commandWhitelist: ['/ping', '/list']
countDownTimeWhileOffline: false
cropTramplingPenalty: 5m
cropTramplingProtection: true
foodControl: true
foodControlMax: 20
foodControlMin: 10

View File

@ -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%.'