Skip to content
Open

26.2 #198

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
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: "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
Expand Down
2 changes: 2 additions & 0 deletions plugins/ViaVersion/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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": "26.1.2"
"version": "26.2"
},
"plugins": {
"external": {
Expand Down Expand Up @@ -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": {
Expand Down
4 changes: 3 additions & 1 deletion server.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down