Admins do not get detected by HUNK-AC for using admin abilities like godmode/noclip/teleport and ...
first, you need to add the groups at HUNK_AC.AdminGroups
groups can already exist at server.cfg as an ace permission
or you can just add new groups inside it, but the groups name must be practical because need it for admin menu
add all of your admins inside HUNK_AC.Admins
do not add them twice
also add them only by license
DeveloperMode Commands
if you are using the HUNK_AC.AntiResourceStop at configs/client/primary_detections.lua then you need to be aware that if you stop/start/restart a resource players get kicked/banned from the server
so in order to prevent that from happening you need to run the waitac command at the server console before start/stop/restart a resource then after that you must use startac command for starting the ac again to continue its detectionsx
HUNK_AC.TestMode
one of the best features of the anticheat
when this feature is enabled you only get warnings about the detections
it means the anticheat does not ban anyone but only sends a notification to admins inside the game
so you can config your ac by testmode while your server is running with online players without getting them banned from the server
you might ask yourself what is the difference between the testmode and logs reaction for detections?
for example, if we put HUNK_AC.AntiFreeCamReaction to logs then players won't get banned like testmode because of freecam
but the difference is that testmode shows warnings and notifications to admins while logs reactions just send a log to the discord
I recommend using the testmode at least for 2 days
if you enable the HUNK_AC.SendTestModeDetectionToPlayers then also normal ppl will get the warning messages
it is useful for the times that you wanna test the detections on yourself at the test server because admins are bypassed from detections right ? so you wanna test a cheat on the test server alone then set HUNK_AC.SendTestModeDetectionToPlayers to true
HUNK_AC.SecurityGateHtml
this is the text that will be shown at the security gate if it's enabled
remember that the value inside it is by html
so if you are not familiar with html then get help from a developer