# 我删除了方块，但系统仍然提示我使用了所有的ID

如果你确定可以使用此命令来清理插件缓存：`/iacleancache`\
它将删除所有缓存的 ID，这样你就可以重新使用已删除方块的旧 ID。

{% hint style="info" %}
**为什么ItemsAdder有方块 ID 缓存？**

缓存的存在是因为如果你不小心删除了一个方块，然后想要重新添加它，它将拥有相同的旧ID，而不是每次一个新的ID。
{% endhint %}


---

# 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/chinese/faq/i-removed-blocks-but-keep-saying-that-i-used-all-the-ids.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.
