update to Minecraft 1.21.8

This commit is contained in:
2025-09-13 16:46:48 +02:00
parent 64b0c13b93
commit 073632a7b9
18 changed files with 208 additions and 62 deletions

View File

@@ -8,11 +8,12 @@
# The world configuration options have been moved inside
# their respective world folder. The files are named paper-world.yml
#
# File Reference: https://docs.papermc.io/paper/reference/global-configuration/
# Docs: https://docs.papermc.io/
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/
_version: 29
_version: 30
anticheat:
obfuscation:
items:
@@ -49,6 +50,7 @@ collisions:
enable-player-collisions: true
send-full-pos-for-hard-colliding-entities: true
commands:
ride-command-allow-player-as-vehicle: false
suggest-player-names-when-null-tab-completions: true
time-command-affects-all-worlds: false
console:
@@ -83,13 +85,15 @@ misc:
chat-executor-max-size: -1
client-interaction-leniency-distance: default
compression-level: default
fix-entity-position-desync: true
load-permissions-yml-before-plugins: true
max-joins-per-tick: 5
prevent-negative-villager-demand: false
region-file-cache-size: 256
send-full-pos-for-item-entities: false
strict-advancement-dimension-check: false
use-alternative-luck-formula: false
use-dimension-type-for-custom-spawners: false
xp-orb-groups-per-area: default
packet-limiter:
all-packets:
action: KICK
@@ -97,7 +101,7 @@ packet-limiter:
max-packet-rate: 500.0
kick-message: <red><lang:disconnect.exceeded_packet_rate>
overrides:
ServerboundPlaceRecipePacket:
minecraft:place_recipe:
action: DROP
interval: 4.0
max-packet-rate: 5.0
@@ -142,8 +146,10 @@ unsupported-settings:
allow-unsafe-end-portal-teleportation: false
compression-format: ZLIB
perform-username-validation: true
simplify-remote-item-matching: false
skip-tripwire-hook-placement-validation: false
skip-vanilla-damage-tick-when-shield-blocked: false
update-equipment-on-player-actions: true
watchdog:
early-warning-delay: 10000
early-warning-every: 5000

View File

@@ -8,6 +8,7 @@
# Configuration options here apply to all worlds, unless you specify overrides inside
# the world-specific config file inside each world folder.
#
# File Reference: https://docs.papermc.io/paper/reference/world-configuration/
# Docs: https://docs.papermc.io/
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/
@@ -125,6 +126,7 @@ entities:
player-insomnia-start-ticks: 72000
should-remove-dragon: false
spawner-nerfed-mobs-should-jump: false
stuck-entity-poi-retry-delay: 200
zombie-villager-infection-chance: default
zombies-target-turtle-eggs: true
markers:
@@ -292,6 +294,7 @@ max-growth-height:
cactus: 3
reeds: 3
misc:
allow-remote-ender-dragon-respawning: false
alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD
disable-end-credits: false
disable-relative-projectile-velocity: false