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
timing: ALWAYSSets the gamemode during verification. Options:
SURVIVAL: all UI components are visibleCREATIVE: all UI components are hiddenADVENTURE: all UI components are visible (Recommended)
Default: ADVENTURE
gamemode: ADVENTURESpecifies the username used in the cached LoginSuccess packet. Default: Sonar
cached-username: SonarLogs all new verification attempts. Default: true
log-connections: trueLogs verification attempts only during attacks. Default: false
log-during-attack: falseLogs all player movements during verification, useful for debugging. Not recommended for production servers. Default: false
debug-xyz-positions: falseEnables verification checks for Geyser (Bedrock) players. This is experimental and may cause issues. Default: true
check-geyser-players: trueThe time (in milliseconds) before disconnecting a player if they stop sending packets. Default: 8000
read-timeout: 8000The time (in milliseconds) before disconnecting a player if the server stops sending packets. Default: 10000
write-timeout: 10000The cooldown period (in milliseconds) before a player can reconnect during verification. Default: 8000
rejoin-delay: 8000The duration (in milliseconds) for which Sonar remembers the number of failed verifications for a player. Default: 120000
remember-time: 120000The duration (in milliseconds) an IP is blocked after repeated verification failures. Default: 600000
blacklist-time: 600000The number of failed verifications before an IP is blacklisted. Set to 0 to disable blacklisting. Default: 2
blacklist-threshold: 2A list of protocol IDs that are blocked from joining the server. Default: [] (empty)
blacklisted-protocols: []Last updated