From 26a3d8371ea43853a99dd96c5502ab30b3d9ed17 Mon Sep 17 00:00:00 2001 From: Doc Date: Wed, 16 Sep 2026 09:55:55 -0300 Subject: [PATCH 1/2] chore(paper): update command permissions table for 26.3 --- .../docs/paper/admin/reference/vanilla-command-permissions.md | 2 ++ 1 file changed, 2 insertions(+) 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 5c24a07e89460d60cbbdfe495f716edb9f008989 Mon Sep 17 00:00:00 2001 From: Doc Date: Wed, 16 Sep 2026 09:56:07 -0300 Subject: [PATCH 2/2] chore(paper): update default value for white-list in 26.3 --- src/config/paper/server-properties.yml | 2 +- 1 file changed, 1 insertion(+), 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."