# 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 %}

![](/files/-Ma3k_UdWzuNC4D0_HVL)

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

![](/files/-MaUA3dmxT_9HsXbvzlG)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lonedev.gitbook.io/wraith/plugin-usage/blocking-hacks-custom-clients/block-lunarclient-mods.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
