# 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:

```yaml
    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
          # ....
```

{% hint style="info" %}
This allows you to avoid blocking the client completely but block only the mods. This **turns** the client **into** a **normal Minecraft**.
{% endhint %}

![](https://2879305653-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma3-Jyjt58uFCXRQ0ao%2F-MaU7kdUMAIGjE3BNbBf%2F-MaU9QVc-yz2UKwrL8Vo%2Fimmagine.png?alt=media\&token=d9862232-fc09-4207-9c1f-c520b34c2603)

![Red mods are disabled and can't be enabled by the player](https://2879305653-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma3-Jyjt58uFCXRQ0ao%2F-MaU7kdUMAIGjE3BNbBf%2F-MaU9Tf_gGJUu1nAsZAp%2Fimmagine.png?alt=media\&token=0d7c9dfb-a013-47dc-92ca-9b7dc031662c)
