> For the complete documentation index, see [llms.txt](https://itemsadder.devs.beer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/hide-scoreboard-numbers-1.17+.md).

# 隐藏计分板背景与数值

## 隐藏记分板数字

{% tabs %}
{% tab title="After" %}
![使用 ItemsAdder](/files/-MlLJooG2BHaiZRkDR8K)
{% endtab %}

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

### 1.20.3 及更高版本客户端

{% hint style="warning" %}

* 仅适用于 **Minecraft 1.20.3+** 客户端
* **仅适用于 Minecraft 1.20.3+ 服务器！**
* 不会编辑 `rendertype_text` 着色器文件，不涉及任何着色器
  {% endhint %}

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

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

{% endcode %}

{% hint style="info" %}
此选项不需要开启/关闭 `/iazip`。\
您可以更改此值并简单地运行 `/iareload` 以应用更改。
{% endhint %}

### 任何客户端版本

{% hint style="warning" %}

* 此功能仅适用于 **Minecraft 1.17+** 客户端
* **服务器版本无关紧要**
* 编辑 `rendertype_text` 着色器文件
  {% endhint %}

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

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

{% endcode %}

{% hint style="warning" %}
**警告**

此选项是持续性选项，无法在游戏中开启/关闭。\
您必须在 `config.yml` 中禁用它并重新生成包以启用/禁用它（使用 `/iazip`）。
{% endhint %}

## 隐藏背景

{% hint style="success" %}

* **适用于所有 Minecraft 版本**
* **不编辑** `rendertype_text` **着色器即可工作。**
  {% endhint %}

### 插件: AnimatedScoreboard

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

### 插件: Scoreboard-revision <mark style="color:orange;">(已过时)</mark>

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/hide-scoreboard-numbers-1.17+.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
