From 2f271529877f7619529cdb6006855ac2eca8399c Mon Sep 17 00:00:00 2001 From: graywolf336 Date: Thu, 19 Dec 2013 17:24:43 -0600 Subject: [PATCH] Add some more settings to the config.yml, not too sure this is how I want to handle these settings yet. Do they make sense? --- src/main/resources/config.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index 0801842..e10c40e 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -9,4 +9,17 @@ storage: host: 'localhost' port: 3306 username: 'root' - password: 'password' \ No newline at end of file + password: 'password' +jailing: + jail: + automaticMute: true + countDownTimeWhileOffline: false + defaultJail: nearest #the jail nearest to the player + defaultTime: 30m #default the time to 30 minutes, if no time + deleteInventory: false + ignoreSleeping: true + logToConsole: true + logToProfile: false + release: + backToPreviousPosition: false + teleport: true \ No newline at end of file