2013-12-06 22:56:46 +01:00
|
|
|
system:
|
|
|
|
configVersion: 3
|
|
|
|
debug: false
|
|
|
|
language: 'en'
|
|
|
|
updateNotifications: true
|
2014-01-03 21:10:38 +01:00
|
|
|
useBukkitTimer: true
|
2013-12-06 22:56:46 +01:00
|
|
|
storage:
|
|
|
|
type: 'flatfile' #can be flatfile, sqlite, or mysql
|
|
|
|
mysql:
|
|
|
|
host: 'localhost'
|
|
|
|
port: 3306
|
|
|
|
username: 'root'
|
2013-12-20 00:24:43 +01:00
|
|
|
password: 'password'
|
2014-03-09 05:57:33 +01:00
|
|
|
database: 'jailDatabase'
|
2014-02-20 04:54:56 +01:00
|
|
|
prefix: 'j3_'
|
2013-12-20 00:24:43 +01:00
|
|
|
jailing:
|
2013-12-22 19:19:29 +01:00
|
|
|
during:
|
2014-01-19 21:40:39 +01:00
|
|
|
blockBreakPenalty: 5m
|
2014-01-08 22:02:24 +01:00
|
|
|
blockBreakProtection: true
|
2014-01-20 19:24:09 +01:00
|
|
|
blockBreakWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be broken at any time by prisoners
|
2014-01-19 21:40:39 +01:00
|
|
|
blockPlacePenalty: 5m
|
2014-01-08 22:02:24 +01:00
|
|
|
blockPlaceProtection: true
|
2014-01-20 19:26:03 +01:00
|
|
|
blockPlaceWhiteList: ['crops', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners
|
2014-01-20 21:40:03 +01:00
|
|
|
commandPenalty: 5m
|
|
|
|
commandProtection: true
|
2014-03-20 21:33:42 +01:00
|
|
|
commandWhitelist: ['/ping', '/list', '/jail status', '/jail pay']
|
2013-12-22 19:19:29 +01:00
|
|
|
countDownTimeWhileOffline: false
|
2014-01-22 04:37:52 +01:00
|
|
|
cropTramplingPenalty: 5m
|
|
|
|
cropTramplingProtection: true
|
2014-01-20 22:24:27 +01:00
|
|
|
foodControl: true
|
|
|
|
foodControlMax: 20
|
|
|
|
foodControlMin: 10
|
2013-12-22 19:19:29 +01:00
|
|
|
ignoreSleeping: true
|
2014-01-03 21:10:38 +01:00
|
|
|
maxAFKTime: 10m #in minutes
|
2014-01-22 21:43:14 +01:00
|
|
|
movePenalty: 10m
|
|
|
|
moveProtection: true
|
2013-12-22 19:19:29 +01:00
|
|
|
openChest: true
|
2014-01-22 05:23:26 +01:00
|
|
|
preventInteractionBlocks: ['wooden_door', 'iron_door_block']
|
|
|
|
preventInteractionBlocksPenalty: 5m
|
|
|
|
preventInteractionItems: []
|
|
|
|
preventInteractionItemsPenalty: 5m
|
2014-01-04 06:57:10 +01:00
|
|
|
recieveMessages: true
|
2014-03-13 18:59:47 +01:00
|
|
|
scoreboard:
|
|
|
|
enabled: true
|
|
|
|
title: 'Jail Info'
|
|
|
|
time: '&aTime:'
|
2013-12-20 00:24:43 +01:00
|
|
|
jail:
|
|
|
|
automaticMute: true
|
2013-12-22 19:31:10 +01:00
|
|
|
broadcastJailing: false
|
2013-12-22 19:19:29 +01:00
|
|
|
commands: []
|
2013-12-20 00:24:43 +01:00
|
|
|
defaultJail: nearest #the jail nearest to the player
|
|
|
|
defaultTime: 30m #default the time to 30 minutes, if no time
|
|
|
|
deleteInventory: false
|
2013-12-26 06:20:52 +01:00
|
|
|
gameMode: adventure
|
2013-12-20 00:24:43 +01:00
|
|
|
logToConsole: true
|
|
|
|
logToProfile: false
|
2013-12-22 19:19:29 +01:00
|
|
|
storeInventory: true
|
2013-12-20 00:24:43 +01:00
|
|
|
release:
|
|
|
|
backToPreviousPosition: false
|
2013-12-22 19:19:29 +01:00
|
|
|
commands: []
|
2013-12-26 05:57:09 +01:00
|
|
|
restorePreviousGameMode: false
|
2014-03-09 05:53:31 +01:00
|
|
|
teleport: true
|
|
|
|
jails:
|
|
|
|
endermenProtection: true
|
|
|
|
explosionProtection: true
|
2014-03-20 21:33:42 +01:00
|
|
|
jailpay:
|
|
|
|
enabled: true
|
|
|
|
item: air
|
|
|
|
pricePerMinute: 1.5
|
|
|
|
priceInfinite: 10000
|
2014-03-14 21:15:30 +01:00
|
|
|
jailstick:
|
|
|
|
enabled: true
|
|
|
|
sticks: ["stick,30,,Running away"]
|