Управление белым списком
WhiteList (белый список) позволяет контролировать вход на сервер. Помните, что операторы всегда смогут подключиться к серверу, независимо от их наличия в белом списке.
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 Команды и права доступа or by editing the
whitelist.json
file.
Для включения белого списка используйте:
/whitelist on
Для выключения белого списка используйте:
/whitelist off
Для добавления игрока в белый список используйте:
/whitelist add playername
Для удаления игрока из белого списка используйте:
/whitelist remove playername
Для вывода всех игроков, находящихся в белом списке, используйте:
/whitelist list
Доя перезагрузки белого списка после изменений в файле, используйте
/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.
Разрешения
You can also use these Разрешения to manage the access to your server.
Права |
Описание |
---|---|
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
|