# Hide Scoreboard Background and Numbers

## Hide scoreboard numbers

{% tabs %}
{% tab title="After" %}
![With ItemsAdder](/files/5jbKQsVKooJd0CU77wT8)
{% endtab %}

{% tab title="Before" %}
![Without ItemsAdder](/files/-MlLJsC7XGldkCkSENtA)
{% endtab %}
{% endtabs %}

### 1.20.3 and greater clients

{% hint style="warning" %}

* Works only on **Minecraft 1.20.3+** clients
* **Works only on Minecraft 1.20.3+ servers!**
* Doesn't edit the `rendertype_text` shader files and doesn't use any shader
  {% endhint %}

{% code title="config.yml" %}

```yaml
effects:
  hide-scoreboard-numbers: true
```

{% endcode %}

{% hint style="info" %}
This option doesn't require `/iazip` to be toggled on/off.\
You can change this value and simply run `/iareload` to apply.
{% endhint %}

### Any client version

{% hint style="warning" %}

* This feature works only on **Minecraft 1.17+** clients
* **Server version doesn't matter**
* Edits the `rendertype_text` shader files
  {% endhint %}

{% code title="config.yml" %}

```yaml
effects:
  hide-scoreboard-numbers-old-clients: true
```

{% endcode %}

{% hint style="warning" %}
**Warning**

This option is permanent and cannot be turned on/off in-game.\
You have to disable it in the `config.yml` and regenerate the pack again to enable/disable it (using `/iazip`).
{% endhint %}

## Hide background

{% hint style="success" %}

* **Works in all Minecraft versions**
* **Doesn't edit** `rendertype_text` **shader to work.**
  {% endhint %}

### Plugin: AnimatedScoreboard

{% content-ref url="/pages/d8aGo90YAO0P0yokO6Pp" %}
[AnimatedScoreboard](/compatibility-with-other-plugins/compatible/animatedscoreboard.md)
{% endcontent-ref %}

### Plugin: Scoreboard-revision <mark style="color:orange;">(Outdated)</mark>

{% content-ref url="/pages/-MhOfaVWHMXUCeU0lyPQ" %}
[Scoreboard-revision](/compatibility-with-other-plugins/compatible/scoreboard.md)
{% endcontent-ref %}


---

# 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://itemsadder.devs.beer/other/hide-scoreboard-numbers-1.17+.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.
