Gestione della Whitelist
La whitelist ti permette di controllare chi può entrare nel tuo server. Stai attento al fatto che gli op possono sempre accedere al server, senza curarsi di essere inseriti in whitelist o meno.
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.
Per abilitare la whitelist, usa
/whitelist on
Per disabilitare la whitelist, usa
/whitelist off
Per aggiungere un giocatore alla whitelist, usa
/whitelist add nomegiocatore
Per rimuovere un giocatore dalla whitelist, usa
/whitelist remove nomegiocatore
Per elencare tutti i giocatori presenti in whitelist, usa
/whitelist list
Per ricaricare la whitelist dopo una modifica manuale al file, usa
/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.
Permessi
You can also use these Permessi to manage the access to your server.
Permission |
Descrizione |
---|---|
minecraft.login.bypass-whitelist |
Treat the user as whitelisted. Defaults to |
minecraft.login.bypass-player-limit |
Allow this user to bypass the server’s player limit. Defaults to the
|