Configuring the verification
These settings control when and how Sonar's bot verification is conducted. Adjust these settings only if you really know what you're doing.
Determines when new players are verified. Options:
ALWAYS
: All new players are checked (Recommended)DURING_ATTACK
: Players are only checked during an attackNEVER
: No verification for new players
Default: ALWAYS
Sets the gamemode during verification. Options:
SURVIVAL
: all UI components are visibleCREATIVE
: all UI components are hiddenADVENTURE
: all UI components are visible (Recommended)
Default: ADVENTURE
Specifies the username used in the cached LoginSuccess packet. Default: Sonar
Logs all new verification attempts. Default: true
Logs verification attempts only during attacks. Default: false
Logs all player movements during verification, useful for debugging. Not recommended for production servers. Default: false
Enables verification checks for Geyser (Bedrock) players. This is experimental and may cause issues. Default: true
The time (in milliseconds) before disconnecting a player if they stop sending packets. Default: 8000
The time (in milliseconds) before disconnecting a player if the server stops sending packets. Default: 10000
The cooldown period (in milliseconds) before a player can reconnect during verification. Default: 8000
The duration (in milliseconds) for which Sonar remembers the number of failed verifications for a player. Default: 120000
The duration (in milliseconds) an IP is blocked after repeated verification failures. Default: 600000
The number of failed verifications before an IP is blacklisted. Set to 0
to disable blacklisting. Default: 2
A list of protocol IDs that are blocked from joining the server. Default: []
(empty)
Last updated