tiredvekster / LightAntiCheat

A lightweight and customizable anticheat, designed to detect common hacks.
GNU Affero General Public License v3.0
23 stars 6 forks source link

Config refactoring. #35

Open Regomy opened 1 month ago

Regomy commented 1 month ago

disabled-for-java-modules:
  - KillauraA
disabled-for-bedrock-modules:
  - VelocityA

its can be comfortable than add for every check java and bedrock.

remove:
  nofall:
    nofall_a:
    nofall_b:
use
  nofall_a:
  nofall_b:

remove:
        punishment:
          punishable: true
          punishment-vio: 40
          commands:
            - "kick %name% %check%"
use
  #  if punishments is empty disable
        punishment:
         10: 
            - "action1"
            - "action2"
          20:
            - "action3"

remove:
        setback:
          setback: false
          setback-vio: 13
use
   setback-vl: -1 # or number if number 0 or -1 disable```
Onako2 commented 1 month ago

Could break existing config? Some people have auto updates on and will just blindly update. Overall good idea!

Regomy commented 1 month ago

Could break existing config? Some people have auto updates on and will just blindly update. Overall good idea!

can break, but its comfortable, thx :)