2018-05-25 13:23:59 -04:00
|
|
|
# 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
|
2018-10-01 08:16:49 -04:00
|
|
|
# http://wiki.bukkit.org/Bukkit.yml
|
2018-05-25 13:23:59 -04:00
|
|
|
#
|
|
|
|
# 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
|
2018-10-01 08:16:49 -04:00
|
|
|
# (If this means nothing to you, just go to http://www.spigotmc.org/pages/irc/ )
|
|
|
|
# Forums: http://www.spigotmc.org/
|
|
|
|
# Bug tracker: http://www.spigotmc.org/go/bugs
|
2018-05-25 13:23:59 -04:00
|
|
|
|
|
|
|
|
|
|
|
settings:
|
|
|
|
allow-end: true
|
|
|
|
warn-on-overload: false
|
|
|
|
permissions-file: permissions.yml
|
|
|
|
update-folder: update
|
|
|
|
plugin-profiling: true
|
|
|
|
connection-throttle: 0
|
|
|
|
query-plugins: true
|
|
|
|
deprecated-verbose: false
|
|
|
|
shutdown-message: The server is restarting. Please wait...
|
|
|
|
spawn-limits:
|
|
|
|
monsters: 70
|
|
|
|
animals: 15
|
|
|
|
water-animals: 5
|
|
|
|
ambient: 15
|
|
|
|
chunk-gc:
|
|
|
|
period-in-ticks: 300
|
|
|
|
load-threshold: 300
|
|
|
|
ticks-per:
|
|
|
|
animal-spawns: 400
|
|
|
|
monster-spawns: 100
|
2018-09-06 07:59:36 -04:00
|
|
|
autosave: 100
|
2018-08-05 21:17:25 -04:00
|
|
|
aliases: now-in-commands.yml
|