YAML:
# This check contains a lot of parts covering all aspects of inventory interaction.Inventory:# Do you want to enable the Inventory checkenabled: true# Control the different parts of Inventoryparts:# This part flags hitting while the inventory is open.# This part will add 10 vl.Hit:# Do you want to enable the hit partenabled: true# Violation before AACAdditionPro starts to cancel the hits.# Set this to 0 to never cancel hits.cancel_vl: 30# The move part detects movement when a player is still in his inventory.# This part will add 3 vl when a player moves illegally and 10 vl if a player jumps illegally.Move:# Do you want to enable the move partenabled: true# Violation before AACAdditionPro starts to cancel the movements.# Set this to 0 to never cancel movement.cancel_vl: 30# The minimum TPS the server must have to activate this check# Low TPS will cause an extreme amount of false positives.min_tps: 19.5# This allows to add more lenience on servers with very high-ping players by stretching the no-punish time after# opening an inventory.# Normal connections are already covered by the default values.lenience_millis: 0# The MultiInteraction part prevents players from moving more than one item per tick# This part will add 1 to 3 vl, depending on the severity of the violation.MultiInteraction:# Do you want to enable the MultiInteraction partenabled: true# Violation before AACAdditionPro starts to cancel the interacts.# Set this to 0 to never cancel interacts.cancel_vl: 18# If a player has a ping higher than that value he bypasses the check# Please make sure that you have some pingspoofer protection enabled if you use this feature# Set this to -1 to disablemax_ping: 400# The minimum TPS the server must have to activate this check# Low TPS will cause an extreme amount of false positives.min_tps: 18.5# The rotation part detects head movement while having an open inventory.# This part will add 1 vl.Rotation:# Do you want to enable the rotation partenabled: true# This part detects inventory interactions while a player is sprinting or sneaking.# This part will add 20 vl.Sprinting:# Do you want to enable the sprinting partenabled: true# Violation before AACAdditionPro starts to cancel the inventory interactions.# Set this to 0 to never cancel inventory interactions.cancel_vl: 20# Map of violation levels to commandthresholds:55: "aac notify {player} in {world} is suspected for inventory cheats."80: "aac notify {player} in {world} is highly suspected for inventory cheats."100: "aackick {player} Inventory cheats."