Het beheren van de Whitelist

De whitelist geeft je de controle om te bepalen wie met jouw server kan verbinden. Merk op dat server operatoren altijd met de server kunnen verbinden, ongeacht of ze in de whitelist staan.

When the whitelist function is enabled, only players named on the whitelist will be allowed to login to your server. Players can be added to the whitelist through the usage of in-game Commands and Permissions or by editing the whitelist.json file.

  • Om de whitelist aan te zetten, gebruik het commando /whitelist on

  • Om de whitelist uit te schakelen, gebruik het commando /whitelist off

  • Om iemand toe te voegen aan de whitelist, gebruik het commando /whitelist add spelersnaam

  • Om iemand te verwijderen van de whitelist, gebruik het commando /whitelist remove spelersnaam

  • Om alle spelers op de whitelist te laten zien, gebruik het commando /whitelist list

  • Om de whitelist te herladen na een handmatige aanpassing, gebruik je /whitelist reload.

The whitelist can also be enabled or disabled by editing the server.properties file, although this will only affect the game after server reload or restart.

Permissies

You can also use these Permissies to manage the access to your server.

Permissie

Omschrijving

minecraft.login.bypass-whitelist

Treat the user as whitelisted. Defaults to Op-only.

minecraft.login.bypass-player-limit

Allow this user to bypass the server’s player limit. Defaults to the bypassesPlayerLimit option in ops.json.