Add jail timer and jail event, count down the prisoners time.

This commit is contained in:
graywolf336
2014-01-03 14:10:38 -06:00
parent 738f8bc057
commit f5bf76ec46
9 changed files with 164 additions and 5 deletions

View File

@ -3,6 +3,7 @@ system:
debug: false
language: 'en'
updateNotifications: true
useBukkitTimer: true
storage:
type: 'flatfile' #can be flatfile, sqlite, or mysql
mysql:
@ -14,6 +15,7 @@ jailing:
during:
countDownTimeWhileOffline: false
ignoreSleeping: true
maxAFKTime: 10m #in minutes
maxFoodLevel: 20
minFoodLevel: 10
openChest: true

View File

@ -2,6 +2,7 @@ language:
general:
playernotonline: '&cThat player is not online!'
jailing:
afkkickmessage: '&cYou can not be afk while being jailed.'
broadcastmessageforever: '&9%0% has been jailed forever.'
broadcastmessageforminutes: '&9%0% has been jailed for %1% minutes.'
cantbejailed: '&cThat player can not be jailed.'