# ❔ FAQ

### Do you want to delete a message?

To disable a sent message just leave it empty.

<pre class="language-yaml"><code class="lang-yaml">MESSAGES:
  LIST: []
<strong>  MESSAGE: ""
</strong></code></pre>

***

### Can I use hexadecimal colors?

Yes, you can add both normal and hexadecimal color coding to any message.

***

### Can you add custom items?

Of course you can create your own items and execute actions by clicking on them (Execute console commands, send messages, close menus, send sounds and much more).<br>

***

### Slot System

The slot system enables you to include an item multiple times in your GUI. There are two methods to achieve this.\
\
The first method involves specifying the slots numerically, e.g., `'slot: [1-10]'` which creates the item in slots 1 through 10.\
\
The second method involves defining the slots in the form of a list, for example:

```
slots:
- 1
- 2
- 3
```

<mark style="color:red;background-color:red;">**This function is only available in the custom-items section:**</mark>

***

### Can textured heads be used in menus?

\
Here is an example of how they would be used:

```yaml
material: basehead-eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNmU3NjA4MGRlYTk1ZjZhNmZmYjFhMmYyOWI4MmUyZGRlMmY1NGJkZGJlY2MyMGUzZmQwMTRmOTI5MjFlYzg4YyJ9fX0=
```

**If you can't tell yet, I'll help you.**

In the material section, you must use `basehead-` it is an identifier so it is necessary to use it, then the url of the texture.

<figure><img src="/files/so8Oj11UNIDm5H8MTJ8H" alt=""><figcaption></figcaption></figure>

***

```yaml
material: Minecraft-URL-ad452bfcdc3ea14f9e612b1c96abef97c10e96c7116ea2a4b1a5df8d4aa172f9
```

**If you can't tell yet, I'll help you.**

In the material section, you must use `Minecraft-URL-` it is an identifier so it is necessary to use it, then the url of the texture.\
\
<https://minecraft-heads.com/custom-heads/head/60985-clock-23>

<figure><img src="/files/iNmy2JqQnNHeW8zNwjOK" alt=""><figcaption></figcaption></figure>

***

To create a banner pattern you can do the following.

<https://www.planetminecraft.com/banners/>

```yaml
patterns: '{BlockEntityTag:{Patterns:[{Color:11,Pattern:"flo"},{Color:15,Pattern:"mr"},{Color:15,Pattern:"cbo"},{Color:1,Pattern:"mc"},{Color:15,Pattern:"tt"}]}}'
```

<figure><img src="/files/zAz6Xnk2YYtWRHbc22mE" alt=""><figcaption></figcaption></figure>


---

# 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://docs.xshyo.us/general/faq.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.
