NorbiPeti
aafc93dafb
- Applied some changes to the defaults - Changes since v5: -- Don't write the plugin list (I should work on an offline solution for this, read the plugin.yml from the jars?) -- Disabled daily restarts for now, not sure if we'll need it -- Disabled member component (we don't have member permissions yet) -- Disabled /spawn component -- Disabled the GeneralEventBroadcasterModule to ensure compatibility -- Homes aren't changed even though we don't have the groups for it yet -- Default world changed to "world" -- Towny taxes are now percentage-based by default -- Changed minimum distances to 4 times the default -- Enabled Towny in new worlds by default but disabled ability to claim it (Towny commands will still work) -- Made Dynmap render in high resolution (well, not in very low resolution anyway, it still uses a low resolution renderer for the flat map and we don't have the others) - Towny settings are otherwise the same (block size 8 instead of 16 and all upkeep settings) - Missing plugins since v5 update: ButtonPresents, ButtonWebsiteModule, LimitedCreative, MythicMobs, Plot2Dynmap, PlotSquared, ProtocolLib, Factions
46 lines
1.2 KiB
YAML
46 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:
|
|
use-map-color-cache: true
|
|
allow-end: true
|
|
warn-on-overload: true
|
|
permissions-file: permissions.yml
|
|
update-folder: update
|
|
plugin-profiling: false
|
|
connection-throttle: -1
|
|
query-plugins: true
|
|
deprecated-verbose: default
|
|
shutdown-message: Server closed
|
|
minimum-api: none
|
|
spawn-limits:
|
|
water-underground-creature: 5
|
|
axolotls: 5
|
|
water-ambient: 20
|
|
monsters: 50
|
|
animals: 8
|
|
water-animals: 3
|
|
ambient: 1
|
|
chunk-gc:
|
|
period-in-ticks: 400
|
|
ticks-per:
|
|
water-underground-creature-spawns: 1
|
|
axolotl-spawns: 1
|
|
water-spawns: 1
|
|
water-ambient-spawns: 1
|
|
ambient-spawns: 1
|
|
animal-spawns: 400
|
|
monster-spawns: 4
|
|
autosave: 6000
|
|
aliases: now-in-commands.yml
|