2018-05-25 17:23:59 +00: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
|
2019-07-23 23:07:06 +00:00
|
|
|
# https://www.spigotmc.org/go/bukkit-yml
|
2023-06-24 17:14:23 +00:00
|
|
|
#
|
2018-05-25 17:23:59 +00: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.
|
2023-06-24 17:14:23 +00:00
|
|
|
#
|
2018-05-25 17:23:59 +00:00
|
|
|
# IRC: #spigot @ irc.spi.gt
|
2019-07-23 23:07:06 +00:00
|
|
|
# (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
|
2018-05-25 17:23:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
settings:
|
|
|
|
allow-end: true
|
|
|
|
warn-on-overload: false
|
|
|
|
permissions-file: permissions.yml
|
|
|
|
update-folder: update
|
|
|
|
plugin-profiling: true
|
2020-09-04 01:36:04 +00:00
|
|
|
connection-throttle: 5000
|
2018-05-25 17:23:59 +00:00
|
|
|
query-plugins: true
|
2022-08-07 22:28:50 +00:00
|
|
|
deprecated-verbose: default
|
2018-05-25 17:23:59 +00:00
|
|
|
shutdown-message: The server is restarting. Please wait...
|
2019-07-23 23:07:06 +00:00
|
|
|
minimum-api: none
|
2022-08-07 22:28:50 +00:00
|
|
|
use-map-color-cache: true
|
2019-11-30 23:06:53 +00:00
|
|
|
world-container: worlds
|
2018-05-25 17:23:59 +00:00
|
|
|
spawn-limits:
|
|
|
|
monsters: 70
|
2019-07-23 23:07:06 +00:00
|
|
|
animals: 10
|
|
|
|
water-animals: 15
|
2022-08-07 22:28:50 +00:00
|
|
|
water-ambient: 20
|
|
|
|
water-underground-creature: 5
|
|
|
|
axolotls: 5
|
2018-05-25 17:23:59 +00:00
|
|
|
ambient: 15
|
|
|
|
chunk-gc:
|
2019-08-01 11:21:14 +00:00
|
|
|
load-threshold: 200
|
2019-07-23 23:07:06 +00:00
|
|
|
period-in-ticks: 200
|
2018-05-25 17:23:59 +00:00
|
|
|
ticks-per:
|
2023-06-24 17:14:23 +00:00
|
|
|
water-underground-creature-spawns: 100
|
|
|
|
axolotl-spawns: 100
|
2021-08-25 06:29:13 +00:00
|
|
|
water-spawns: 100
|
|
|
|
water-ambient-spawns: 100
|
|
|
|
ambient-spawns: 100
|
2018-05-25 17:23:59 +00:00
|
|
|
animal-spawns: 400
|
|
|
|
monster-spawns: 100
|
2022-05-21 15:53:46 +00:00
|
|
|
autosave: 6000
|
2018-08-06 01:17:25 +00:00
|
|
|
aliases: now-in-commands.yml
|