update to Minecraft 1.21.8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user