You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
# This is the main configuration file for Bukkit.
|
|
# As you can see, there's actually not that much to configure without any plugins.
|
|
# For a reference for any variable inside this file, check out the Bukkit Wiki at
|
|
# https://www.spigotmc.org/go/bukkit-yml
|
|
#
|
|
# If you need help on this file, feel free to join us on irc or leave a message
|
|
# on the forums asking for advice.
|
|
#
|
|
# IRC: #spigot @ irc.spi.gt
|
|
# (If this means nothing to you, just go to https://www.spigotmc.org/go/irc )
|
|
# Forums: https://www.spigotmc.org/
|
|
# Bug tracker: https://www.spigotmc.org/go/bugs
|
|
|
|
|
|
settings:
|
|
allow-end: false
|
|
warn-on-overload: true
|
|
permissions-file: permissions.yml
|
|
update-folder: update
|
|
plugin-profiling: false
|
|
connection-throttle: 4000
|
|
query-plugins: true
|
|
deprecated-verbose: default
|
|
shutdown-message: '[§6§lEsti§3§lNet§r] §7Restart incoming...'
|
|
spawn-limits:
|
|
monsters: 0
|
|
animals: 15
|
|
water-animals: 5
|
|
ambient: 15
|
|
chunk-gc:
|
|
period-in-ticks: 600
|
|
load-threshold: 0
|
|
ticks-per:
|
|
animal-spawns: 0
|
|
monster-spawns: 0
|
|
autosave: 0
|
|
aliases: now-in-commands.yml
|
|
database:
|
|
username: bukkit
|
|
isolation: SERIALIZABLE
|
|
driver: org.sqlite.JDBC
|
|
password: walrus
|
|
url: jdbc:sqlite:{DIR}{NAME}.db
|