AntiCheatObfuscator will creating a smokescreen of false commands, it becomes significantly harder for cheaters to determine which anti-cheat measures are actually in place, thereby enhancing your server's security.
Translation:

Packet Obfuscation (experimental): This new feature aims to enhance anti-cheat effectiveness by sending obfuscated packets with randomized action numbers. It helps to obscure detection mechanisms and improve cheat prevention. Please be aware that this feature is experimental and may impact server performance. Monitor your server's performance when enabled and adjust settings as needed.


example config
# The fake command that you want to register
# True means the command will be register
# --------------------------------
# Please restart server after using it!
# --------------------------------
# Show player fake help message instead of no permission
# The commands that support this option are: /grimac /grim /matrix /vulcan
fakeOpMode: true
commands:
# GrimAC: No permission / fake help message
grimac: true
grim: true
# AAC: No permission
aac: true
# Matrix: Basic information
matrix: true
# NCP: No permission
ncp: true
# polar: No permission
polar: true
# vulcan: No permission
vulcan: true
# Spiter: No permission
Spiter: true
Tips: After modifying the configuration file, remember to restart the server to apply the changes(y)