화이트리스트 관리하기

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

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 or by editing the whitelist.json file. Beware, however: if you manually change the file, you will have to reload the whitelist or restart the server for the changes to go into effect. Additionally, pay special heed to the syntax, as the whitelist won’t work if it is wrong. An example of a correctly formatted whitelist file can be found at JSON 문법.

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