diff --git a/src/config/paper/paper-global.yml b/src/config/paper/paper-global.yml index 2e4dd1aa4..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: >- @@ -303,9 +298,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: >- 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. |