Skip to content

Commit 00ce0c8

Browse files
authored
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
1 parent b27b57c commit 00ce0c8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/config/paper/server-properties.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,5 @@ view-distance:
284284
of the player (radius, not diameter). It determines the server-side viewing distance (Default: 10, Min: 3,
285285
Max: 32).
286286
white-list:
287-
default: "false"
287+
default: "true"
288288
description: "Enables a whitelist on the server. If enabled, the server will only allow selected users to connect."

src/content/docs/paper/admin/reference/vanilla-command-permissions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The following is a list of permissions for Vanilla commands.
2121
| [chase](https://minecraft.wiki/w/Commands/chase) | | minecraft.command.chase | Yes |
2222
| [clear](https://minecraft.wiki/w/Commands/clear) | | minecraft.command.clear | No |
2323
| [clone](https://minecraft.wiki/w/Commands/clone) | | minecraft.command.clone | No |
24+
| [compute](https://minecraft.wiki/w/Commands/compute) | | minecraft.command.compute | No |
2425
| [damage](https://minecraft.wiki/w/Commands/damage) | | minecraft.command.damage | No |
2526
| [data](https://minecraft.wiki/w/Commands/data) | | minecraft.command.data | No |
2627
| [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.
6061
| [perf](https://minecraft.wiki/w/Commands/perf) | | minecraft.command.perf | No |
6162
| [place](https://minecraft.wiki/w/Commands/place) | | minecraft.command.place | No |
6263
| [playsound](https://minecraft.wiki/w/Commands/playsound) | | minecraft.command.playsound | No |
64+
| [posteffect](https://minecraft.wiki/w/Commands/posteffect) | | minecraft.command.posteffect | No |
6365
| [publish](https://minecraft.wiki/w/Commands/publish) | | minecraft.command.publish | No |
6466
| [raid](https://minecraft.wiki/w/Commands/raid) | | minecraft.command.raid | No |
6567
| [random](https://minecraft.wiki/w/Commands/random) | | minecraft.command.random | Yes without sequence argument, No with sequence argument. |

0 commit comments

Comments
 (0)