# Guis Configuration

### 🛠️ How to Prepare GUI Files

1. Go to\
   👉 <https://convert.kaizermc.xyz/guis/>\
   **Example:** <https://youtu.be/iLAhcHujmgU>
2. Create your GUI layout
   * Select the correct **row size**
   * (For 5×9, 4×9, 2×9, 1×9 → make sure GeyserMoreRows is installed Plugin)
3. You will receive:
   * **GUI texture files folder**&#x20;
   * **`guis.json`**
4. Place **both** files inside your:
   * `generated.zip` **or** `pack.zip`

⚠️ **If you skip this step, GUIs will not appear in-game.**

***

### 📐 Supported GUI Sizes (Important)

By default, Minecraft GUIs support only these chest sizes:

* **6×9** (large chest)
* **3×9** (small chest)

If your GUI uses **non-standard sizes**, such as:

* **5×9**
* **4×9**
* **2×9**
* **1×9**

👉 You **must install** the [**GeyserMoreRows**](https://modrinth.com/plugin/geysermorerows) plugin.

🔗 Plugin link:\
<https://modrinth.com/plugin/geysermorerows>

***

### 🧩 How to Install GeyserMoreRows (Plugin)

#### 📁 Installation Path

Place the plugin file in the following directory :

```
/server/plugins/GeyserMoreRows.jar
```

#### 🛠️ Installation Steps

1. Download [**GeyserMoreRows**](https://modrinth.com/plugin/geysermorerows) from Modrinth\
   <https://modrinth.com/plugin/geysermorerows>
2. Copy the downloaded `.jar` file into:

   ```
   /server/plugins/GeyserMoreRows.jar
   ```
3. Restart your **Server**
4. Verify that the extension is loaded correctly in the console

***

### ❓ Why this plugin is required

**GeyserMoreRows** is a Spigot plugin that appends custom text to chest window titles for **Floodgate (Bedrock) players**, allowing alternative chest UI layouts (for example **1×9, 2×9, 4×9, 5×9**) to be visually represented via a resource pack.

Without this plugin:

* Non-standard GUI sizes will **fallback** to **6×9** or **3×9**
* Custom layouts will **not render correctly** on **Bedrock Edition**

***

### ⚠️ Notes

* This extension is **required only** when using **non-standard GUI sizes**
* Standard GUIs (**6×9**, **3×9**) work **without** this plugin
* Resource packs alone **cannot** change Bedrock chest row counts without GeyserMoreRows

***


---

# 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://kaizermc-wiki.gitbook.io/j2b-converter/getting-started/pre-convert-configuration/guis-configuration.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.
