Skip to content

Commit cfe2f0b

Browse files
committed
feat: update server to 1.21.10
1 parent 758516c commit cfe2f0b

4 files changed

Lines changed: 14 additions & 18 deletions

File tree

config/paper-global.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# Discord: https://discord.gg/papermc
1414
# Website: https://papermc.io/
1515

16-
_version: 30
16+
_version: 31
1717
anticheat:
1818
obfuscation:
1919
items:
@@ -43,7 +43,6 @@ chunk-loading-basic:
4343
player-max-chunk-load-rate: 100.0
4444
player-max-chunk-send-rate: 75.0
4545
chunk-system:
46-
gen-parallelism: enabled
4746
io-threads: -1
4847
worker-threads: -1
4948
collisions:
@@ -85,6 +84,7 @@ misc:
8584
chat-executor-max-size: -1
8685
client-interaction-leniency-distance: default
8786
compression-level: default
87+
enable-nether: true
8888
lag-compensate-block-breaking: true
8989
load-permissions-yml-before-plugins: false
9090
max-joins-per-tick: 5

config/paper-world-defaults.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ entities:
124124
player-insomnia-start-ticks: 72000
125125
should-remove-dragon: false
126126
spawner-nerfed-mobs-should-jump: false
127+
stuck-entity-poi-retry-delay: 200
127128
zombie-villager-infection-chance: default
128129
zombies-target-turtle-eggs: false
129130
markers:
@@ -291,23 +292,21 @@ max-growth-height:
291292
cactus: 3
292293
reeds: 3
293294
misc:
295+
allow-remote-ender-dragon-respawning: false
294296
alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD
295297
disable-end-credits: true
296298
disable-relative-projectile-velocity: false
297299
disable-sprint-interruption-on-attack: false
298300
legacy-ender-pearl-behavior: false
299301
max-leash-distance: 10.0
300302
redstone-implementation: ALTERNATE_CURRENT
301-
shield-blocking-delay: 5
302303
show-sign-click-command-failure-msgs-to-player: true
303304
update-pathfinding-on-block-update: false
304305
scoreboards:
305306
allow-non-player-entities-on-scoreboards: true
306307
use-vanilla-world-scoreboard-name-coloring: false
307308
spawn:
308309
allow-using-signs-inside-spawn-protection: false
309-
keep-spawn-loaded: false
310-
keep-spawn-loaded-range: 10
311310
tick-rates:
312311
behavior:
313312
villager:

scripts/downloads.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"type": "fill",
99
"endpoint": "https://fill.papermc.io",
1010
"project": "paper",
11-
"version": "1.21.8"
11+
"version": "1.21.10"
1212
},
1313
"plugins": {
1414
"external": {
@@ -19,12 +19,12 @@
1919
},
2020
"plugins/FastAsyncWorldEdit.jar": {
2121
"type": "zip",
22-
"url": "https://ci.athion.net/job/FastAsyncWorldEdit/lastSuccessfulBuild/artifact/*zip*/archive.zip",
22+
"url": "https://ci.athion.net/job/FastAsyncWorldEdit-Pull-Requests/view/change-requests/job/PR-3320/lastSuccessfulBuild/artifact/*zip*/archive.zip",
2323
"extract": "archive/artifacts/FastAsyncWorldEdit-Paper-*.jar"
2424
},
2525
"plugins/Geyser.jar": {
2626
"type": "zip",
27-
"url": "https://nightly.link/GeyserMC/Geyser/workflows/build/master/Geyser-Spigot.zip",
27+
"url": "https://nightly.link/GeyserMC/Geyser/workflows/build/feature%2F1.21.9/Geyser-Spigot.zip",
2828
"extract": "Geyser-Spigot.jar"
2929
},
3030
"plugins/ViaVersion.jar": {
@@ -44,10 +44,10 @@
4444
}
4545
},
4646
"internal": {
47-
"mods/PaperMixins.jar": {
47+
"mods/PaperMixins.jar": {
4848
"type": "zip",
4949
"skip_404": true,
50-
"url": "https://nightly.link/kaboomserver/papermixins/workflows/build/1.21.7/Artifacts.zip",
50+
"url": "https://nightly.link/kaboomserver/papermixins/workflows/build/1.21.10/Artifacts.zip",
5151
"extract": "paper-mixins-master.jar"
5252
},
5353
"plugins/CommandSpy.jar": {
@@ -59,7 +59,7 @@
5959
"plugins/Extras.jar": {
6060
"type": "zip",
6161
"skip_404": true,
62-
"url": "https://nightly.link/kaboomserver/extras/workflows/main/master/Extras.zip",
62+
"url": "https://nightly.link/kaboomserver/extras/actions/runs/18332094535/Extras.zip",
6363
"extract": "Extras.jar"
6464
},
6565
"plugins/iControlU.jar": {

server.properties

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#Minecraft server properties
2-
#Wed Jan 29 00:00:00 UTC 2025
2+
#Wed Oct 08 00:00:00 UTC 2025
33
accepts-transfers=true
44
allow-flight=true
5-
allow-nether=true
65
broadcast-console-to-ops=true
76
broadcast-rcon-to-ops=true
87
bug-report-link=
98
debug=false
109
difficulty=easy
11-
enable-command-block=true
10+
enable-code-of-conduct=false
1211
enable-jmx-monitoring=false
1312
enable-query=true
1413
enable-rcon=false
@@ -29,6 +28,7 @@ level-name=world
2928
level-seed=
3029
level-type=minecraft\:normal
3130
log-ips=true
31+
management-server-enabled=false
3232
max-chained-neighbor-updates=500
3333
max-players=0
3434
max-tick-time=30000
@@ -40,7 +40,6 @@ op-permission-level=4
4040
pause-when-empty-seconds=60
4141
player-idle-timeout=0
4242
prevent-proxy-connections=false
43-
pvp=true
4443
query.port=25565
4544
rate-limit=0
4645
rcon.password=
@@ -54,10 +53,8 @@ resource-pack-sha1=
5453
server-ip=
5554
server-port=25565
5655
simulation-distance=5
57-
spawn-animals=true
58-
spawn-monsters=true
59-
spawn-npcs=true
6056
spawn-protection=0
57+
status-heartbeat-interval=0
6158
sync-chunk-writes=false
6259
text-filtering-config=
6360
text-filtering-version=0

0 commit comments

Comments
 (0)