Update bukkit.yml.tmpl
This commit is contained in:
parent
dd32512dcc
commit
a10fb777bb
@ -4,7 +4,7 @@ settings:
|
||||
permissions-file: permissions.yml
|
||||
update-folder: update
|
||||
plugin-profiling: false
|
||||
connection-throttle: {{getenv "BUKKIT_CONNECTION_THROTTLE"}}
|
||||
connection-throttle: {{getenv "BUKKIT_CONNECTION_THROTTLE" "4000"}}
|
||||
query-plugins: true
|
||||
deprecated-verbose: default
|
||||
shutdown-message: Server closed
|
||||
@ -26,4 +26,4 @@ database:
|
||||
isolation: SERIALIZABLE
|
||||
driver: org.sqlite.JDBC
|
||||
password: walrus
|
||||
url: jdbc:sqlite:{DIR}{NAME}.db
|
||||
url: jdbc:sqlite:{DIR}{NAME}.db
|
||||
|
Loading…
Reference in New Issue
Block a user