Last active
December 30, 2015 12:29
-
-
Save graywolf336/7829032 to your computer and use it in GitHub Desktop.
Jail 3.0 Default Config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ################### | |
# Jail v3.0.0-SNAPSHOT-b206 config file | |
# Note: You -must- use spaces instead of tabs! | |
# ################### | |
system: | |
configVersion: 3 | |
debug: false | |
language: en | |
updateNotifications: true | |
useBukkitTimer: true | |
storage: | |
type: flatfile | |
mysql: | |
host: localhost | |
port: 3306 | |
username: root | |
password: password | |
jails: | |
endermenProtection: true | |
explosionProtection: true | |
jailing: | |
during: | |
blockBreakPenalty: 5m | |
blockBreakProtection: true | |
blockBreakWhiteList: | |
- crops | |
- carrot | |
- potato | |
blockPlacePenalty: 5m | |
blockPlaceProtection: true | |
blockPlaceWhiteList: | |
- crops | |
- carrot | |
- potato | |
commandPenalty: 5m | |
commandProtection: true | |
commandWhitelist: | |
- /ping | |
- /list | |
countDownTimeWhileOffline: false | |
foodControl: true | |
foodControlMax: 20 | |
foodControlMin: 10 | |
ignoreSleeping: true | |
maxAFKTime: 10m | |
openChest: true | |
recieveMessages: true | |
jail: | |
automaticMute: true | |
broadcastJailing: false | |
commands: [] | |
defaultJail: nearest | |
defaultTime: 30m | |
deleteInventory: false | |
gameMode: adventure | |
logToConsole: true | |
logToProfile: false | |
storeInventory: true | |
release: | |
backToPreviousPosition: false | |
commands: [] | |
restorePreviousGameMode: false | |
teleport: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment