/LocateFilter

This Spigot / Paper plugin is a filter of country by IP Address.

Primary LanguageJava

Locate Filter

これは Spigot / Paper 向けの特定の国のIPアドレスをキックするプラグインです。

How to setting?

設定するにはconfig.ymlを変更してください

name type detail
kickMessage String プレイヤーをキックする際のメッセージを入力してください。
allowCountry Array 許可する国を入力してください。
blockIPArr Array 特定のIPをブロックする際はここに入力してください。
allowIPArr Array 特定のIPを許可する際はここに入力してください。

Example

kickMessage: "あなたの国からのアクセスは許可されていません。"
allowCountry:
 - JP
 - US
blockIPArr:
 - 192.168.0.10
allowIPArr:
 - 127.0.0.1

Locate Filter

This Spigot / Paper plugin is a filter of country by IP Address. You can filter client user country.

How to setting?

Please change the config.yml

name Type detail
kickMessage String Please type a message when kicking the server.
allowCountry Array Please type country to allow.
blockIPArr Array Please type disallow exceptional IP address.
allowIPArr Array Please type allow exceptionally IP address.

Example

kickMessage: "You don't have permission to access this server."
allowCountry:
 - JP
 - US
blockIPArr:
 - 192.168.0.10
allowIPArr:
 - 127.0.0.1