2019-04-10 19:44:53 +08: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
|
|
|
|
# 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
|
2019-04-15 14:04:23 +08:00
|
|
|
connection-throttle: -1 #不设置-1,以勒两行泪
|
2019-04-10 19:44:53 +08:00
|
|
|
query-plugins: true
|
|
|
|
deprecated-verbose: default
|
2019-04-15 14:04:23 +08:00
|
|
|
shutdown-message: Server closed #不允许修改,保持默认
|
2019-04-10 19:44:53 +08:00
|
|
|
spawn-limits:
|
|
|
|
monsters: 70
|
|
|
|
animals: 10
|
|
|
|
water-animals: 15
|
|
|
|
ambient: 15
|
|
|
|
chunk-gc:
|
|
|
|
period-in-ticks: 600
|
|
|
|
load-threshold: 0
|
|
|
|
ticks-per:
|
|
|
|
animal-spawns: 400
|
|
|
|
monster-spawns: 1
|
|
|
|
autosave: -1
|
|
|
|
aliases: now-in-commands.yml
|
|
|
|
#如需添加虚空世界请使用如下代码
|
|
|
|
#worlds:
|
|
|
|
# world:
|
|
|
|
# generator: VoidGenerator
|