ホワイトリストの管理
ホワイトリストは、あなたのサーバーに参加できる人を管理することが可能です。op は、ホワイトリストにいるかどうかにかかわらず、 常に サーバーへ接続できることに注意してください。
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 |
プレイヤーをホワイトリストに登録したものとして扱います。デフォルトでは |
minecraft.login.bypass-player-limit |
プレイヤーがサーバーの人数制限を回避できるようにします。デフォルトでは |