Skip to main content
Configuration file uses YAML as their serialization format, please follow structure while editing it.

Update Checker

Should plugin automatically check if newer version of AntiBot is available.

Verification Procedure Timeout

How much time (in seconds) player have to complete entire verification procedure list.

Verification Challenge Pool

This field contains every challenge which may be drawn to player.
Entry Structure
References:

Verification Procedure

This field contains entire verification procedure which will be applied to player before they’ll be able to join your server.
Entry Structure
Available Placeholders for Expression:
  • onlineMode
    Returns: Boolean
  • protocol
    Returns: Integer
  • brandCheck
    Returns: Boolean
  • settingsCheck
    Returns: Boolean
  • ping
    Returns: Integer
References:

Captcha Fake Code Length

How many letters should have fake code behind real captcha code.

Analyze Addresses

Should player ip address be analyzed by ip-api.com upon joining.

Prevent Proxy Connections

Should players flagged as Hosting, Proxy and/or VPN be blocked.

Blocked ISPs

A list of blocked Internet Service Providers which’ll not be able to join server.

Blocked Countries

A list of blocked countries in ISO 3166 or ISO 3166-1 which’ll not be able to join server.

Verification Persistance Duration

How long (in seconds) player will skip next verifications after successful once.

Verification Persistance Duration

How often (in seconds) expired verification records should be removed.

Database Type

Type of database in which verification cache records will be stored.
Available: SQLITE, MYSQL

Database Hostname

Address for database, only used if database type is MYSQL.

Database Port

Port of database, only used if database type is MYSQL.

Database Name

Name of database, only used if database type is MYSQL.

Database Username

Database account name, only used if database type is MYSQL.

Database Password

Database account password, only used if database type is MYSQL.

Database SSL

Should SSL be used in comunication with database.

Database Pool Size

How large should be connection pool to database.

Database Connection Timeout