# GUIs

In order to make GUIs you can copy and paste my pack named `_iainternal` and edit it on your likings:\
`contents/_iainternal/resourcepack/assets/_iainternal/textures/gui/`

In order to create custom GUIs you can use the [JavaAPI ](/japanese/developers/java-api/huds-guis-images-and-more.md)or install a plugin like [ChestCommands](https://dev.bukkit.org/projects/chest-commands).\
If you are using a plugin like ChestCommands you have to name the GUI like this:

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

This tells ItemsAdder to replace the GUI name with a `-16` offset special character that will shift the `blank_menu` texture of 16 pixels back.

![](/files/Zmjtt1KNwTAUWAHFfIyw)

## Example addon

Here you can get an addon example\
<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)

## Example content created by users (Copyright by Gust)

![](/files/2kkeymKZ5ImZbbl1aIcA)

{% hint style="warning" %}
**I'm not the owner of this resource**
{% 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/japanese/plugin-usage/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.
