Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/config/paper/server-properties.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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. |
Expand Down