Notifications system - Nort721/GodsEye GitHub Wiki
The notifications system is built out of two kinds of notifications
Verbose
The verbose system shows every flag that gets set off in the AntiCheat, meaning every time a player fails a check you will be alerted however when you join a server the verbose system will be disabled by default meaning you have to enable it to see the notifications from it, the reason it's disabled by default is that the alerts are setoff very fast and will spam your chat, this system is used mostly for testing and development and less for moderation
Alerts
The alerts system is more flexible for moderation since it can be configured in the checks.yml file for every specific check, basically, the alerts system sends an alert after a player fails a check for X amount of times for example
Alert settings:
- 10
- 20
- 30
What we have above basically shows how the configuration for the alert system works, in the example above we will get one alert after the player fails the check 10 times (if verbose was enabled we would get 10 verbose notifications and only then one alert), when the player reaches 20 we will get another alert and so on, unlike the verbose system the alert system gets enabled automatically for every player that joins the server that has the permission "GodsEye.command.alerts"