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

@@ -1,3 +1,14 @@
# 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

View File

@@ -1,3 +1,13 @@
# This is the Bukkit commands configuration file for Paper.
#
# 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-commands-configuration/
# Docs: https://docs.papermc.io/
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/
command-block-overrides: []
ignore-vanilla-permissions: false
aliases:

View File

@@ -1,14 +1,14 @@
# This is the main configuration file for Spigot.
# This is the Spigot configuration file for Paper.
# As you can see, there's tons to configure. Some options may impact gameplay, so use
# with caution, and make sure you know what each option does before configuring.
# For a reference for any variable inside this file, check out the Spigot wiki at
# http://www.spigotmc.org/wiki/spigot-configuration/
#
# If you need help with the configuration or have any questions related to Spigot,
# join us at the Discord or drop by our forums and leave a post.
# If you need help with the configuration or have any questions related to Paper,
# join us in our Discord or check the docs page.
#
# Discord: https://www.spigotmc.org/go/discord
# Forums: http://www.spigotmc.org/
# File Reference: https://docs.papermc.io/paper/reference/spigot-configuration/
# Docs: https://docs.papermc.io/
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/
settings:
debug: false
@@ -53,6 +53,7 @@ commands:
log: true
tab-complete: 0
send-namespaced: true
enable-spam-exclusions: false
advancements:
disable-saving: false
disabled:

View File

@@ -8,11 +8,27 @@
# 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:
all-models:
also-obfuscate: []
dont-obfuscate:
- minecraft:lodestone_tracker
sanitize-count: true
enable-item-obfuscation: false
model-overrides:
minecraft:elytra:
also-obfuscate: []
dont-obfuscate:
- minecraft:damage
sanitize-count: true
block-updates:
disable-chorus-plant-updates: false
disable-mushroom-block-updates: false
@@ -34,7 +50,7 @@ collisions:
enable-player-collisions: true
send-full-pos-for-hard-colliding-entities: true
commands:
fix-target-selector-tag-completion: true
ride-command-allow-player-as-vehicle: false
suggest-player-names-when-null-tab-completions: true
time-command-affects-all-worlds: false
console:
@@ -69,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
@@ -83,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
@@ -128,7 +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/
@@ -84,6 +85,7 @@ entities:
behavior:
allow-spider-world-border-climbing: true
baby-zombie-movement-modifier: 0.5
cooldown-failed-beehive-releases: true
disable-chest-cat-detection: false
disable-creeper-lingering-effect: false
disable-player-crits: false
@@ -124,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:
@@ -291,12 +294,12 @@ 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
disable-sprint-interruption-on-attack: false
legacy-ender-pearl-behavior: false
light-queue-size: 20
max-leash-distance: 10.0
redstone-implementation: VANILLA
shield-blocking-delay: 5

View File

@@ -1,5 +1,5 @@
#Minecraft server properties
#Fri Dec 27 23:36:03 UTC 2024
#Sat Sep 13 14:40:15 UTC 2025
accepts-transfers=false
allow-flight=false
allow-nether=true

View File

@@ -0,0 +1,16 @@
game_version = [
"1.21.4",
"1.21.5",
"1.21.6",
"1.21.7",
"1.21.8",
]
loader = "paper"
minimum_version_type = "beta"
artifacts_dir = "plugins"
[dependencies]
pl3xmapextras = "1.21.5-9c7e9f5"
pl3xmap = "1.21.8-534"
worldguard = "7.0.14"
worldedit = "7.3.16"