Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config/paper-global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# Discord: https://discord.gg/papermc
# Website: https://papermc.io/

_version: 30
_version: 31
anticheat:
obfuscation:
items:
Expand Down Expand Up @@ -43,7 +43,6 @@ chunk-loading-basic:
player-max-chunk-load-rate: 100.0
player-max-chunk-send-rate: 75.0
chunk-system:
gen-parallelism: enabled
io-threads: -1
worker-threads: -1
collisions:
Expand Down Expand Up @@ -85,6 +84,7 @@ misc:
chat-executor-max-size: -1
client-interaction-leniency-distance: default
compression-level: default
enable-nether: true
lag-compensate-block-breaking: true
load-permissions-yml-before-plugins: false
max-joins-per-tick: 5
Expand Down
5 changes: 2 additions & 3 deletions config/paper-world-defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,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: false
markers:
Expand Down Expand Up @@ -291,23 +292,21 @@ max-growth-height:
cactus: 3
reeds: 3
misc:
allow-remote-ender-dragon-respawning: false
alternate-current-update-order: HORIZONTAL_FIRST_OUTWARD
disable-end-credits: true
disable-relative-projectile-velocity: false
disable-sprint-interruption-on-attack: false
legacy-ender-pearl-behavior: false
max-leash-distance: 10.0
redstone-implementation: ALTERNATE_CURRENT
shield-blocking-delay: 5
show-sign-click-command-failure-msgs-to-player: true
update-pathfinding-on-block-update: false
scoreboards:
allow-non-player-entities-on-scoreboards: true
use-vanilla-world-scoreboard-name-coloring: false
spawn:
allow-using-signs-inside-spawn-protection: false
keep-spawn-loaded: false
keep-spawn-loaded-range: 10
tick-rates:
behavior:
villager:
Expand Down
6 changes: 3 additions & 3 deletions plugins/FastAsyncWorldEdit/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# These first 6 aren't configurable
issues: "https://github.com/IntellectualSites/FastAsyncWorldEdit/issues"
wiki: "https://intellectualsites.github.io/fastasyncworldedit-documentation/"
date: "Tue Aug 26 00:00:00 BRT 2025"
build: "https://ci.athion.net/job/FastAsyncWorldEdit/1137"
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/fa133cb2"
date: "Thu Nov 13 00:00:00 BRT 2025"
build: "https://ci.athion.net/job/FastAsyncWorldEdit/1195"
commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/fc7afba1"
platform: "Bukkit"
# Set true to enable WorldEdit restrictions per region (e.g. PlotSquared or WorldGuard).
# To be allowed to WorldEdit in a region, users need the appropriate
Expand Down
4 changes: 2 additions & 2 deletions scripts/downloads.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "fill",
"endpoint": "https://fill.papermc.io",
"project": "paper",
"version": "1.21.8"
"version": "1.21.10"
},
"plugins": {
"external": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"mods/PaperMixins.jar": {
"type": "zip",
"skip_404": true,
"url": "https://nightly.link/kaboomserver/papermixins/workflows/build/1.21.7/Artifacts.zip",
"url": "https://nightly.link/kaboomserver/papermixins/workflows/build/1.21.10/Artifacts.zip",
"extract": "paper-mixins-master.jar"
},
"plugins/CommandSpy.jar": {
Expand Down
11 changes: 4 additions & 7 deletions server.properties
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
#Minecraft server properties
#Wed Jan 29 00:00:00 UTC 2025
#Wed Oct 08 00:00:00 UTC 2025
accepts-transfers=true
allow-flight=true
allow-nether=true
broadcast-console-to-ops=true
broadcast-rcon-to-ops=true
bug-report-link=
debug=false
difficulty=easy
enable-command-block=true
enable-code-of-conduct=false
enable-jmx-monitoring=false
enable-query=true
enable-rcon=false
Expand All @@ -29,6 +28,7 @@ level-name=world
level-seed=
level-type=minecraft\:normal
log-ips=true
management-server-enabled=false
max-chained-neighbor-updates=500
max-players=0
max-tick-time=30000
Expand All @@ -40,7 +40,6 @@ op-permission-level=4
pause-when-empty-seconds=60
player-idle-timeout=0
prevent-proxy-connections=false
pvp=true
query.port=25565
rate-limit=0
rcon.password=
Expand All @@ -54,10 +53,8 @@ resource-pack-sha1=
server-ip=
server-port=25565
simulation-distance=5
spawn-animals=true
spawn-monsters=true
spawn-npcs=true
spawn-protection=0
status-heartbeat-interval=0
sync-chunk-writes=false
text-filtering-config=
text-filtering-version=0
Expand Down