101 lines
3.0 KiB
YAML
101 lines
3.0 KiB
YAML
system:
|
|
version: 3
|
|
debug: false
|
|
language: 'en'
|
|
updates:
|
|
channel: 'bukkit' #can be dev, stable-dev, bukkit
|
|
notification: true
|
|
time: 1h #the amount of time between checks for an update, while we are in betas it will be low but when out of beta it will be every 11 hours
|
|
useBukkitTimer: true
|
|
storage:
|
|
type: 'flatfile' #can be flatfile, sqlite, or mysql
|
|
mysql:
|
|
host: 'localhost'
|
|
port: 3306
|
|
username: 'root'
|
|
password: 'password'
|
|
database: 'jailDatabase'
|
|
prefix: 'j3_'
|
|
jailing:
|
|
during:
|
|
blockBreakPenalty: 5m
|
|
blockBreakProtection: true
|
|
blockBreakWhiteList: ['wheat', 'carrot', 'potato'] # these blocks can be broken at any time by prisoners
|
|
blockPlacePenalty: 5m
|
|
blockPlaceProtection: true
|
|
blockPlaceWhiteList: ['wheat', 'carrot', 'potato'] # these blocks can be placed at any time by prisoners
|
|
cellsign:
|
|
- '%player%'
|
|
- '%prettytime%'
|
|
- 'with a reason'
|
|
- '%reason%'
|
|
commandPenalty: 5m
|
|
commandProtection: true
|
|
commandWhitelist: ['/ping', '/list', '/jail status', '/jail pay']
|
|
countDownTimeWhileOffline: false
|
|
cropTramplingPenalty: 5m
|
|
cropTramplingProtection: true
|
|
foodControl:
|
|
enabled: true
|
|
max: 20
|
|
min: 10
|
|
ignoreSleeping: true
|
|
maxAFKTime: 10m #in minutes
|
|
movePenalty: 10m
|
|
moveProtection: true
|
|
openChest: true
|
|
preventInteractionBlocks: ['oak_door', 'spruce_door', 'birch_door', 'jungle_door', 'acacia_door', 'dark_oak_door', 'iron_door']
|
|
preventInteractionBlocksPenalty: 5m
|
|
preventInteractionItems: []
|
|
preventInteractionItemsPenalty: 5m
|
|
recieveMessages: true
|
|
scoreboard:
|
|
enabled: true
|
|
title: 'Jail Info'
|
|
time: '&aTime:'
|
|
jail:
|
|
allowJailingNeverPlayedBeforePlayers: false
|
|
allowJaillingOfflinePlayers: true
|
|
automaticCell: true
|
|
automaticMute: true
|
|
broadcastJailing: false
|
|
clothing:
|
|
enabled: true
|
|
helmet: leather_helmet~175,105,33
|
|
chest: leather_chestplate~175,105,33
|
|
legs: leather_leggings~175,105,33
|
|
boots: leather_boots~175,105,33
|
|
commands: []
|
|
default:
|
|
jail: nearest #the jail nearest to the player
|
|
time: 30m #default the time to 30 minutes, if no time
|
|
gameMode: adventure
|
|
inventory:
|
|
blacklist: [] #items they aren't allowed to keep
|
|
store: true
|
|
log:
|
|
console: true
|
|
profile: true
|
|
release:
|
|
backToPreviousPosition: false
|
|
commands: []
|
|
restorePreviousGameMode: false
|
|
teleport: true
|
|
jails:
|
|
endermenProtection: true
|
|
explosionProtection: true
|
|
jailpay:
|
|
enabled: true
|
|
item: air
|
|
pricePerMinute: 1.5
|
|
priceInfinite: 10000
|
|
jailstick:
|
|
enabled: true
|
|
sticks: ["stick,30m,,Running away,-1", "blaze_rod,15m,,Having too much fun,6"]
|
|
jailvote:
|
|
enabled: true #whether the jail vote is enabled
|
|
voteTimer: 60s #the length the timer has for a vote to last
|
|
minimumYes: 5 #the minimum amount of yes votes before a vote takes place (5 yes, 0 no; 5 yes, 1 no; etc)
|
|
reason: "Jailed by players via Jail Vote" #the reason why players get jailed
|
|
time: 5m #time the player gets jailed for
|