화이트리스트 관리하기

화이트리스트는 당신의 서버에 들어올 수 있는 사람을 통제할 수 있게 해줍니다. 관리자들은 항상 서버에 접속할 수 있습니다, 화이트리스트에 관계없이 말이지요.

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 플레이어명 으로 화이트리스트에 플레이어를 추가합니다.

  • /whitelist remove 플레이어명 으로 화이트리스트에서 플레이어를 삭제합니다.

  • /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 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.