# 界面

为了制作GUI，你可以复制并粘贴我的名为`_iainternal`的包，并根据你的喜好进行编辑：\
`contents/_iainternal/resourcepack/assets/_iainternal/textures/gui/`

为了创建自定义GUI，你可以使用[JavaAPI](https://itemsadder.devs.beer/chinese/kai-fa-zhe/java-api/huds-guis-images-and-more)或安装像[ChestCommands](https://dev.bukkit.org/projects/chest-commands)这样的插件。\
如果你使用像ChestCommands这样的插件，你必须将GUI命名为:

```
:offset_-16::blank_menu:
```

这告诉ItemsAdder用一个`-16`偏移特殊字符替换GUI名称，该字符将`blank_menu`纹理向后移动16个像素。

![](https://2963347129-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M28TcKgSDvuFN510qye%2F-MBspCf2WzPabQr9Fplo%2F-MC6hRiW16dzOcyayDz2%2Fimmagine.png?alt=media\&token=184cb9b1-037e-46f8-a8d3-576d763a2291)

### 阅读更多关于占位符的信息

{% content-ref url="font-images/placeholders" %}
[placeholders](https://itemsadder.devs.beer/chinese/cha-jian-shi-yong-fang-fa/adding-content/font-images/placeholders)
{% endcontent-ref %}

## 示例插件

在这里你可以获取一个插件示例\
<https://www.spigotmc.org/resources/gui-server-rules-main-menu-itemsadder-addon.84793/>

![https://i.imgur.com/wuFEAoZ.gif](https://i.imgur.com/wuFEAoZ.gif)

## 用户创建的示例内容（版权归Gust所有）

![](https://2963347129-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M28TcKgSDvuFN510qye%2F-MhTsl_4EB-jMD-fjQYV%2F-MhU4MwvWBS9Snnf-U6h%2Fimmagine.png?alt=media\&token=3d1f0f3e-c9b5-4d02-85c0-82e38a43e48d)

{% hint style="warning" %}
**我不是这个资源的所有者**
{% endhint %}

{% embed url="<https://builtbybit.com/resources/hologram-guis-13-logo-menu-graphics.21017/>" %}


---

# 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/cha-jian-shi-yong-fang-fa/adding-content/guis.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.
