From 18adc9ce2b83ac5530fcfd49ff97a010bd37323a Mon Sep 17 00:00:00 2001 From: amy <144570677+amyavi@users.noreply.github.com> Date: Tue, 16 Jun 2026 00:35:13 -0300 Subject: [PATCH 1/2] feat: update server to 26.2 --- scripts/downloads.json | 4 ++-- server.properties | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/downloads.json b/scripts/downloads.json index 2ec580f4..bb1bc7c8 100644 --- a/scripts/downloads.json +++ b/scripts/downloads.json @@ -8,7 +8,7 @@ "type": "fill", "endpoint": "https://fill.papermc.io", "project": "paper", - "version": "26.1.2" + "version": "26.2" }, "plugins": { "external": { @@ -46,7 +46,7 @@ "mods/PaperMixins.jar": { "type": "zip", "skip_404": true, - "url": "https://nightly.link/kaboomserver/papermixins/workflows/build/26.1/Artifacts.zip", + "url": "https://nightly.link/kaboomserver/papermixins/workflows/build/26.2/Artifacts.zip", "extract": "paper-mixins-master.jar" }, "plugins/CommandSpy.jar": { diff --git a/server.properties b/server.properties index 294af148..bb1437ca 100644 --- a/server.properties +++ b/server.properties @@ -1,10 +1,12 @@ #Minecraft server properties -#Wed Oct 08 00:00:00 UTC 2025 +#Tue Jun 16 00:00:00 UTC 2026 accepts-transfers=true allow-flight=true broadcast-console-to-ops=true broadcast-rcon-to-ops=true bug-report-link= +chat-spam-threshold-seconds=10 +command-spam-threshold-seconds=10 debug=false difficulty=easy enable-code-of-conduct=false From 3be08797c446884098c48ff260c25798129f2671 Mon Sep 17 00:00:00 2001 From: amy <144570677+amyavi@users.noreply.github.com> Date: Fri, 10 Jul 2026 15:53:46 -0300 Subject: [PATCH 2/2] chore: update server configs --- plugins/FastAsyncWorldEdit/config.yml | 6 +++--- plugins/ViaVersion/config.yml | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/plugins/FastAsyncWorldEdit/config.yml b/plugins/FastAsyncWorldEdit/config.yml index 8cd4bcf9..59d26675 100644 --- a/plugins/FastAsyncWorldEdit/config.yml +++ b/plugins/FastAsyncWorldEdit/config.yml @@ -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: "Mon Mar 16 00:00:00 GMT-03:00 2026" -build: "https://ci.athion.net/job/FastAsyncWorldEdit/1277" -commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f7fced39" +date: "Sat Aug 08 00:00:00 GMT-03:00 2026" +build: "https://ci.athion.net/job/FastAsyncWorldEdit/1348" +commit: "https://github.com/IntellectualSites/FastAsyncWorldEdit/commit/f4697da2" 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 diff --git a/plugins/ViaVersion/config.yml b/plugins/ViaVersion/config.yml index bb0f44e7..7b1da6a8 100644 --- a/plugins/ViaVersion/config.yml +++ b/plugins/ViaVersion/config.yml @@ -102,6 +102,8 @@ register-userconnections-on-join: true piston-animation-patch: false # Experimental - Should we fix shift quick move action for 1.12 clients (causes shift + double click not to work when moving items) (only works on 1.8-1.11.2 bukkit based servers) quick-move-action-fix: false +# Should we fix the client-randomized reddust color for 1.13+ clients? This will result in an extra packet per count, so enabling this may spam clients. +multi-reddust-color-fix: false # Should we use prefix for team color on 1.13 and above clients? team-colour-fix: false # 1.13 introduced new auto complete which can trigger "Kicked for spamming" for servers older than 1.13, the following option will disable it completely.