From 4fcbaffa6d7c4d441161a1b09827080f8c1424b1 Mon Sep 17 00:00:00 2001 From: Pedro <3602279+Doc94@users.noreply.github.com> Date: Fri, 18 Sep 2026 14:20:59 -0300 Subject: [PATCH 1/3] chore(paper): update for 26.3 (#795) * chore(paper): update command permissions table for 26.3 * chore(paper): update default value for white-list in 26.3 --- src/config/paper/server-properties.yml | 2 +- .../docs/paper/admin/reference/vanilla-command-permissions.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/config/paper/server-properties.yml b/src/config/paper/server-properties.yml index 2a25b39f6..11fca4f4c 100644 --- a/src/config/paper/server-properties.yml +++ b/src/config/paper/server-properties.yml @@ -284,5 +284,5 @@ view-distance: of the player (radius, not diameter). It determines the server-side viewing distance (Default: 10, Min: 3, Max: 32). white-list: - default: "false" + default: "true" description: "Enables a whitelist on the server. If enabled, the server will only allow selected users to connect." diff --git a/src/content/docs/paper/admin/reference/vanilla-command-permissions.md b/src/content/docs/paper/admin/reference/vanilla-command-permissions.md index 7e7e8c567..55493ffd2 100644 --- a/src/content/docs/paper/admin/reference/vanilla-command-permissions.md +++ b/src/content/docs/paper/admin/reference/vanilla-command-permissions.md @@ -21,6 +21,7 @@ The following is a list of permissions for Vanilla commands. | [chase](https://minecraft.wiki/w/Commands/chase) | | minecraft.command.chase | Yes | | [clear](https://minecraft.wiki/w/Commands/clear) | | minecraft.command.clear | No | | [clone](https://minecraft.wiki/w/Commands/clone) | | minecraft.command.clone | No | +| [compute](https://minecraft.wiki/w/Commands/compute) | | minecraft.command.compute | No | | [damage](https://minecraft.wiki/w/Commands/damage) | | minecraft.command.damage | No | | [data](https://minecraft.wiki/w/Commands/data) | | minecraft.command.data | No | | [datapack](https://minecraft.wiki/w/Commands/datapack) | | minecraft.command.datapack | No | @@ -60,6 +61,7 @@ The following is a list of permissions for Vanilla commands. | [perf](https://minecraft.wiki/w/Commands/perf) | | minecraft.command.perf | No | | [place](https://minecraft.wiki/w/Commands/place) | | minecraft.command.place | No | | [playsound](https://minecraft.wiki/w/Commands/playsound) | | minecraft.command.playsound | No | +| [posteffect](https://minecraft.wiki/w/Commands/posteffect) | | minecraft.command.posteffect | No | | [publish](https://minecraft.wiki/w/Commands/publish) | | minecraft.command.publish | No | | [raid](https://minecraft.wiki/w/Commands/raid) | | minecraft.command.raid | No | | [random](https://minecraft.wiki/w/Commands/random) | | minecraft.command.random | Yes without sequence argument, No with sequence argument. | From a2a06726eb16e630b53f3604652944cac2171b5a Mon Sep 17 00:00:00 2001 From: zzzzzyc <104435384+zzzzzyc@users.noreply.github.com> Date: Sat, 19 Sep 2026 01:15:20 +0800 Subject: [PATCH 2/3] feat(paper): Remove `send-full-pos-for-item-entities` Removed the configuration option for sending full position for item entities. as PaperMC/Paper/pull/14273 --- src/config/paper/paper-global.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index 2e4dd1aa4..8a9288b7a 100644 --- a/src/config/paper/paper-global.yml +++ b/src/config/paper/paper-global.yml @@ -303,9 +303,6 @@ misc: region-file-cache-size: default: "256" description: The maximum size of the region file cache - send-full-pos-for-item-entities: - default: "false" - description: Whether to send the full position for item entities strict-advancement-dimension-check: default: "false" description: >- From 4d714f0246e223411714a50be8baee97a0bdbba1 Mon Sep 17 00:00:00 2001 From: Lulu13022002 <41980282+Lulu13022002@users.noreply.github.com> Date: Fri, 18 Sep 2026 21:29:14 +0200 Subject: [PATCH 3/3] remove fix-far-end-terrain-generation option --- src/config/paper/paper-global.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index 8a9288b7a..331af70a1 100644 --- a/src/config/paper/paper-global.yml +++ b/src/config/paper/paper-global.yml @@ -271,11 +271,6 @@ misc: default: "true" description: >- Whether the nether dimension is enabled and will be loaded. - fix-far-end-terrain-generation: - vanilla: "false" - default: "true" - description: >- - Whether to fix [MC-159283](https://mojira.dev/MC-159283) which causes unusual ring-shaped terrain patterns in the outer End islands at extremely far distances. load-permissions-yml-before-plugins: default: "true" description: >-