Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Minecraft:Commands/whitelist: Difference between revisions

From SAS Gaming Wiki
imported>EmeraldBuilder
Revert to revision 3278141 dated 2025-11-20 17:05:46 by MinecraftBedrockPlayer7 using popups
 
SyncBot (talk | contribs)
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=[[Minecraft:Cheat]] only{{only|bedrock|short=1}}
|others=Cheat only{{only|bedrock|short=1}}
|serveronly=y
|serveronly=y
}}
}}


Used to manage server [[Minecraft:whitelist]]s.
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>[[Minecraft:whitelist.json]]</code> or <code>allowlist.json</code>{{only|bedrock}} configuration file.
{{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}}


[[Minecraft:de:Befehl/whitelist]]
de:Befehl/whitelist
[[Minecraft:ja:コマンド/whitelist]]
ja:コマンド/whitelist
[[Minecraft:pt:Comandos/whitelist]]
pt:Comandos/whitelist
[[Minecraft:ru:Команды консоли/whitelist]]
ru:Команды консоли/whitelist
[[Minecraft:zh:命令/whitelist]]
zh:命令/whitelist

Revision as of 15:45, 9 April 2026

Template:Infobox command

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.json or allowlist.jsonTemplate:Only from disk (used when whitelist.json has been modified outside of Minecraft).
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

Template:HistoryTable

Bedrock Edition

Template:HistoryTable

External links

Navigation

Template:Navbox commands

de:Befehl/whitelist ja:コマンド/whitelist pt:Comandos/whitelist ru:Команды консоли/whitelist zh:命令/whitelist