Sonar Documentation
  • Become a Patreon
  • Join the Discord
  • Sonar
    • Welcome
    • Getting started
    • Supported versions
    • Translations
  • Administration
    • Commands and Permissions
    • Usage of MiniMessage
    • Configuring Sonar
      • General settings
      • Adjusting the attack tracker
      • Setting up a database
      • Configuring the verification
        • Using 1.20.5+ transfers
  • Development
    • Working with the API
    • Building
  • Contributing
    • Guidelines
    • Pull Requests
    • Bug Reports
    • Feature Requests
Powered by GitBook
On this page
  1. Administration
  2. Configuring Sonar

Adjusting the attack tracker

The attack tracker in Sonar monitors for potential bot attacks based on player activity. Adjust these settings only if you really know what you're doing.

The minimum number of new players required to trigger attack detection. Default: 8

min-players-for-attack: 8

The minimum duration (in milliseconds) that an attack must last to be considered ongoing. Default: 30000

min-attack-duration: 30000

The minimum number of incident reports needed to confirm an attack, acting as a buffer against false positives. Default: 2

min-attack-threshold: 2

The cooldown period (in milliseconds) required before detecting a new attack after one has ended. Default: 3000

attack-cooldown-delay: 3000
PreviousGeneral settingsNextSetting up a database

Last updated 9 months ago