Let's try out the move protection, maybe this will work the first time

This commit is contained in:
graywolf336
2014-01-22 14:43:14 -06:00
parent fe1db3bb04
commit cb22fe9786
6 changed files with 92 additions and 1 deletions

View File

@ -33,6 +33,8 @@ jailing:
foodControlMin: 10
ignoreSleeping: true
maxAFKTime: 10m #in minutes
movePenalty: 10m
moveProtection: true
openChest: true
preventInteractionBlocks: ['wooden_door', 'iron_door_block']
preventInteractionBlocksPenalty: 5m

View File

@ -6,6 +6,7 @@ language:
croptrampling: 'trampling crops'
interactionBlocks: 'interacting with a block'
interactionItems: 'interacting with an item'
moving: 'trying to escape'
general:
alljails: 'all the jails'
cellremoved: '&9Cell %0% has been successfully removed from the jail %1%.'
@ -36,7 +37,7 @@ language:
notjailed: '&c%0% is not jailed.'
offlinejail: '&2%0% is offline and will be jailed when they next come online for %1% minutes.'
onlinejail: '&2%0% was jailed for %1% minutes.'
protectionmessage: '&c%0% minutes has been added to your time for %1%.'
protectionmessage: '&c%0% minutes have been added to your time for %1%.'
protectionmessagenopenalty: '&cProtection enabled for %0%, do not do it again.'
suggestedcell: '&cAn empty cell in the same jail, %0%, was found: %1%'
unjailed: '&2You have been released! Please respect the server rules.'