Adding players to the whitelist
Head to the game panel and open the console. In the console, you will need to type “whitelist add playername”. For example, “whitelist add LordNoah”. After you type this command, you will see a message stating “player added to whitelist”.
How To Whitelist a Minecraft Server (How To Make a Minecraft Server Private!)
Output[]
Command | Edition | Situation | Success Count | /execute store success ... |
/execute store result ... |
---|---|---|---|---|---|
any | Java Edition | On fail | N/A | 0 | 0 |
/whitelist on /whitelist off /whitelist reload |
On success | N/A | 1 | 1 | |
/whitelist list |
On success | N/A | 1 | the number of players in the list. | |
/whitelist add |
On success | N/A | 1 | the number of new player profiles added to the whitelist. | |
/whitelist remove |
On success | N/A | 1 | the number of player profiles removed from the whitelist. |
Contents:
Server Configuration
the left side menu. Whitelisting
option to Enabled
. Save
at the bottom of the list. Back
button in the left side menu until you are back at the main server page. Console
in the left side menu. Send
to send the command to the server. /
(forward slash) key. whitelist on
command in the chat to enable the whitelist, from there you can add whoever you want to the whitelist and it will prevent people from joining who are not on the whitelist. If you are running these commands in the game chat, you must put a /
(forward slash) before the command. Otherwise it will not work. If you are running these commands in the Multicraft console tab, you enter them as you see in the below list.
whitelist on
: Activates the whitelist. whitelist off
: Deactivates the whitelist. whitelist reload
: Tells the server to reload the whitelist, which makes changes from using the whitelist add and remove commands take effect. whitelist list
: Prints a list of all players currently able to access the server. whitelist add
: Replace
with the players Minecraft username to add them to the whitelist. Note: After adding someone to the whitelist, you should run the whitelist reload
command for your changes to take effect. whitelist remove
: Replace
with the players Minecraft username to remove them from the whitelist. Syntax[]
Command | Trigger | Java Edition |
---|---|---|
any | the arguments are not specified correctly | Unparseable |
/whitelist on |
the whitelist is already enabled | Failed |
/whitelist off |
the whitelist is already disabled | |
the target selector fails to resolve to one or more online players | ||
/whitelist add |
theres no new new player profile added to the whitelist | |
/whitelist remove |
all specified profiles is not in the whitelist | |
any | On success | Manages the whitelist. |