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?
This commit is contained in:
parent
78dca18242
commit
2f27152987
@ -10,3 +10,16 @@ storage:
|
|||||||
port: 3306
|
port: 3306
|
||||||
username: 'root'
|
username: 'root'
|
||||||
password: 'password'
|
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
|
Loading…
Reference in New Issue
Block a user