# Block 5zig mods

## How to block 5zig mods

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

```yaml
    5zig:
      enabled-check: true
      description: "5zig"
      brands:
        enabled-check: true
        list:
          5zig: true
      channels:
        enabled-check: true
        list:
          5zig_Set: true
          "the5zigmod:5zig_set": true
      forge-mods:
        enabled-check: true
        list:
          5zig: true
      5zig-mods:
        block: true
        list: #             <-------------------- HERE
          PotionEffects: true
          PotionIndicator: true
          Armor: true
          Saturation: true
          EntityHealth: true
          AutoReconnect: 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**.

If you want to **disable kicking** but disable ***only the mods*** you have to **disable** the **channels** and **brands blocking** like that:

```yaml
5zig:
  enabled-check: true
  description: "5zig"
  brands:
    enabled-check: true
    list:
      5zig: false # <--- here false
  channels:
    enabled-check: true
    list:
      5zig_Set: false # <--- here false
      "the5zigmod:5zig_set": false # <--- here false
  5zig-mods:
    block: true # <--- here true
    # ....
```

{% endhint %}

![](https://2879305653-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma3-Jyjt58uFCXRQ0ao%2F-MaYFzoKY9b3xn6prF0k%2F-MaZ8AS5Z2j4ujvMNbQu%2Fimmagine.png?alt=media\&token=ba4dac43-74cc-4a12-b9d6-9bc2084604ae)
