29 lines
648 B
Cheetah
29 lines
648 B
Cheetah
|
settings:
|
||
|
allow-end: true
|
||
|
warn-on-overload: true
|
||
|
permissions-file: permissions.yml
|
||
|
update-folder: update
|
||
|
plugin-profiling: false
|
||
|
connection-throttle: {{getenv "BUKKIT_CONNECTION_THROTTLE"}}
|
||
|
query-plugins: true
|
||
|
deprecated-verbose: default
|
||
|
shutdown-message: Server closed
|
||
|
spawn-limits:
|
||
|
monsters: 70
|
||
|
animals: 15
|
||
|
water-animals: 5
|
||
|
ambient: 15
|
||
|
chunk-gc:
|
||
|
period-in-ticks: 600
|
||
|
load-threshold: 0
|
||
|
ticks-per:
|
||
|
animal-spawns: 400
|
||
|
monster-spawns: 1
|
||
|
autosave: 6000
|
||
|
aliases: now-in-commands.yml
|
||
|
database:
|
||
|
username: bukkit
|
||
|
isolation: SERIALIZABLE
|
||
|
driver: org.sqlite.JDBC
|
||
|
password: walrus
|
||
|
url: jdbc:sqlite:{DIR}{NAME}.db
|