From 947400878053bdfd4dcbcc5e0ba188f5a311f011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?shaokeyibb=E8=B4=BA=E5=85=B0=E6=98=9F=E8=BE=B0?= Date: Wed, 10 Apr 2019 19:44:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20'bukkit.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bukkit.yml | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bukkit.yml diff --git a/bukkit.yml b/bukkit.yml new file mode 100644 index 0000000..d9efff6 --- /dev/null +++ b/bukkit.yml @@ -0,0 +1,41 @@ +# 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: Server closed #shutdown-message不允许修改,保持默认 +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 \ No newline at end of file