Upload bukkit.yml with huggingface_hub
Browse files- bukkit.yml +43 -0
bukkit.yml
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# This is the Bukkit configuration file in Paper.
|
| 2 |
+
# As you can see, there's actually not that much to configure without any plugins.
|
| 3 |
+
#
|
| 4 |
+
# If you need help with the configuration or have any questions related to Paper,
|
| 5 |
+
# join us in our Discord or check the docs page.
|
| 6 |
+
#
|
| 7 |
+
# File Reference: https://docs.papermc.io/paper/reference/bukkit-configuration/
|
| 8 |
+
# Docs: https://docs.papermc.io/
|
| 9 |
+
# Discord: https://discord.gg/papermc
|
| 10 |
+
# Website: https://papermc.io/
|
| 11 |
+
|
| 12 |
+
settings:
|
| 13 |
+
allow-end: true
|
| 14 |
+
warn-on-overload: true
|
| 15 |
+
permissions-file: permissions.yml
|
| 16 |
+
update-folder: update
|
| 17 |
+
plugin-profiling: false
|
| 18 |
+
connection-throttle: 4000
|
| 19 |
+
query-plugins: true
|
| 20 |
+
deprecated-verbose: default
|
| 21 |
+
shutdown-message: Server closed
|
| 22 |
+
minimum-api: none
|
| 23 |
+
use-map-color-cache: true
|
| 24 |
+
spawn-limits:
|
| 25 |
+
monsters: 70
|
| 26 |
+
animals: 10
|
| 27 |
+
water-animals: 5
|
| 28 |
+
water-ambient: 20
|
| 29 |
+
water-underground-creature: 5
|
| 30 |
+
axolotls: 5
|
| 31 |
+
ambient: 15
|
| 32 |
+
chunk-gc:
|
| 33 |
+
period-in-ticks: 600
|
| 34 |
+
ticks-per:
|
| 35 |
+
animal-spawns: 400
|
| 36 |
+
monster-spawns: 1
|
| 37 |
+
water-spawns: 1
|
| 38 |
+
water-ambient-spawns: 1
|
| 39 |
+
water-underground-creature-spawns: 1
|
| 40 |
+
axolotl-spawns: 1
|
| 41 |
+
ambient-spawns: 1
|
| 42 |
+
autosave: 6000
|
| 43 |
+
aliases: now-in-commands.yml
|