Zarządzanie białą listą

Biała lista pozwala ci kontrolować, kto może dołączyć do twojego serwera. Należy pamiętać, że operatorzy będą w stanie zawsze połączyć się z serwerem, niezależnie od tego czy należą do białej listy.

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.

  • Aby włączyć białą listę użyj komendy /whitelist on

  • Żeby wyłączyć białą listę użyj komendy „/whitelist off”

  • Aby dodać gracza do białej listy użyj /whitelist add nickgracza

  • Aby usunąć gracza z białej listy użyj /whitelist remove nickgracza

  • Aby wyświetlić wszystkich graczy znajdujących się na białej liście, użyj /whitelist list

  • Aby odświeżyć białą listę po ręcznej edycji pliku użyj /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.

Zezwolenia

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

Uprawnienie

Opis

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.