# Block LunarClient mods

### How to block LunarClient mods

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

```yaml
    LunarClient:
      enabled-check: true
      description: "LunarClient"
      brands:
        enabled-check: true
        list:
          lunarclient^: true
          LunarClient: true
          Lunar-Client: true
      channels:
        enabled-check: true
        list:
          "lunarclient:pm": true
      lunarclient-mods:
        block: true
        block-staff-modules: true
        list: #             <-------------------- HERE
          replaymod: true
          one_seven_visuals: true
          fps: false
          cps: true
          skyblockAddons: true
          toggleSneak: true
          zoom: true
          hypixel_mod: 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
    LunarClient:
      enabled-check: true
      description: "LunarClient"
      brands:
        enabled-check: true
        list:
          lunarclient^: false # <--- here false
          LunarClient: false # <--- here false
          Lunar-Client: false # <--- here false
      channels:
        enabled-check: true
        list:
          "lunarclient:pm": false # <--- here false
      lunarclient-mods:
        block: true # <--- here true
        block-staff-modules: true
```

{% endhint %}

![](https://2879305653-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma3-Jyjt58uFCXRQ0ao%2F-Ma3UkgJSYpjRBBHuJxO%2F-Ma3k_UdWzuNC4D0_HVL%2Flunar_blocked.png?alt=media\&token=1a2c4a12-5d41-4334-9f13-f368831518be)

### All disabled, they can't be clicked:

![](https://2879305653-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma3-Jyjt58uFCXRQ0ao%2F-MaU7kdUMAIGjE3BNbBf%2F-MaUA3dmxT_9HsXbvzlG%2Fimmagine.png?alt=media\&token=abe4a098-7b2b-4186-b7cc-ba9436b08b2d)
