Block Badlion mods

How to block Badlion mods

You can easily block them just opening the file clients-config.yml and adding them to the list like that:

    badlion:
      enabled-check: true
      description: "Badlion"
      brands:
        enabled-check: true
        list:
          badlion: true
      channels:
        enabled-check: true
        list:
          "badlion:mods": true
      badlion-mods:
        block: true
        list: #             <-------------------- HERE
          Animations: false
          ArmorStatus: true
          AutoFriend: true
          AutoGG: false
          AutoText: true
          # ....

This allows you to avoid blocking the client completely but block only the mods. This turns the client into a normal Minecraft.

Last updated