Minecraft:Commands/whitelist: Difference between revisions
More actions
imported>EmeraldBuilder Revert to revision 3278141 dated 2025-11-20 17:05:46 by MinecraftBedrockPlayer7 using popups |
Remove broken links to missing pages |
||
| Line 5: | Line 5: | ||
* 3 {{only|java|short=1}} | * 3 {{only|java|short=1}} | ||
* 4 {{only|bedrock|short=1}} | * 4 {{only|bedrock|short=1}} | ||
|others= | |others=Cheat only{{only|bedrock|short=1}} | ||
|serveronly=y | |serveronly=y | ||
}} | }} | ||
Used to manage server | Used to manage server whitelists. | ||
{{IN|java}}, server operators can ''always'' connect when the whitelist is active, even if their profiles do not appear in the whitelist. {{IN|bedrock}}, players ''must'' be whitelisted regardless of operator status. The profiles of the whitelisted players are stored in the <code> | {{IN|java}}, server operators can ''always'' connect when the whitelist is active, even if their profiles do not appear in the whitelist. {{IN|bedrock}}, players ''must'' be whitelisted regardless of operator status. The profiles of the whitelisted players are stored in the <code>whitelist.json</code> or <code>allowlist.json</code>{{only|bedrock}} configuration file. | ||
== Syntax == | == Syntax == | ||
| Line 80: | Line 80: | ||
{{Navbox commands}} | {{Navbox commands}} | ||
de:Befehl/whitelist | |||
ja:コマンド/whitelist | |||
pt:Comandos/whitelist | |||
ru:Команды консоли/whitelist | |||
zh:命令/whitelist | |||
Revision as of 15:45, 9 April 2026
Used to manage server whitelists.
Template:IN, server operators can always connect when the whitelist is active, even if their profiles do not appear in the whitelist. Template:IN, players must be whitelisted regardless of operator status. The profiles of the whitelisted players are stored in the whitelist.json or allowlist.jsonTemplate:Only configuration file.
Syntax
whitelist add <targets>(Template:El)allowlist add <name: string>(Template:El)- Adds player profile(s) into the whitelist. The player does not need to be online.
whitelist list- Displays all player profiles in the whitelist.
whitelist off- Disables the server's use of a whitelist. Not implemented Template:In.
whitelist on- Enables the server's use of a whitelist. Not implemented Template:In.
whitelist reload- Reloads the list of player profiles in
whitelist.jsonorallowlist.jsonTemplate:Only from disk (used whenwhitelist.jsonhas been modified outside of Minecraft).
- Reloads the list of player profiles in
whitelist remove <targets>(Template:El)allowlist remove <name: string>(Template:El)- Removes player profile(s) from the whitelist. The player does not need to be online.
Arguments
Template:El: Template:Argument
- Specifies the player profile(s) to be added into or removed from the whitelist.
- Template:Arg desc
Template:El: Template:Argument
- Specifies the player name(s) to be added into or removed from the whitelist.
- Template:Arg desc
Result
Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table Template:Result table
Output
Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table Template:Output table
History
Java Edition
Bedrock Edition
External links
de:Befehl/whitelist ja:コマンド/whitelist pt:Comandos/whitelist ru:Команды консоли/whitelist zh:命令/whitelist