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