44 lines
1.1 KiB
YAML
Executable File
44 lines
1.1 KiB
YAML
Executable File
# This is the Bukkit configuration file in Paper.
|
|
# As you can see, there's actually not that much to configure without any plugins.
|
|
#
|
|
# If you need help with the configuration or have any questions related to Paper,
|
|
# join us in our Discord or check the docs page.
|
|
#
|
|
# File Reference: https://docs.papermc.io/paper/reference/bukkit-configuration/
|
|
# Docs: https://docs.papermc.io/
|
|
# Discord: https://discord.gg/papermc
|
|
# Website: https://papermc.io/
|
|
|
|
settings:
|
|
allow-end: true
|
|
warn-on-overload: false
|
|
permissions-file: permissions.yml
|
|
update-folder: update
|
|
plugin-profiling: false
|
|
connection-throttle: 4000
|
|
query-plugins: true
|
|
deprecated-verbose: default
|
|
shutdown-message: Server closed
|
|
minimum-api: none
|
|
use-map-color-cache: true
|
|
spawn-limits:
|
|
monsters: 70
|
|
animals: 10
|
|
water-animals: 5
|
|
water-ambient: 20
|
|
water-underground-creature: 5
|
|
axolotls: 5
|
|
ambient: 15
|
|
chunk-gc:
|
|
period-in-ticks: 600
|
|
ticks-per:
|
|
animal-spawns: 400
|
|
monster-spawns: 1
|
|
water-spawns: 1
|
|
water-ambient-spawns: 1
|
|
water-underground-creature-spawns: 1
|
|
axolotl-spawns: 1
|
|
ambient-spawns: 1
|
|
autosave: 6000
|
|
aliases: now-in-commands.yml
|