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. |