> For the complete documentation index, see [llms.txt](https://pintux.gitbook.io/pintux-support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pintux.gitbook.io/pintux-support/readme.md).

# Welcome

Welcome to the official documentation for **BedrockGUI** — a utility for **Paper/Spigot**, **Velocity** and **BungeeCord** that lets you build native **Bedrock Edition** forms for your server, driven by simple YAML and powered by Floodgate.

Bedrock players get a clean, touch-friendly UI. Java players can be served a matching chest menu from the same file. No client mods, no recompiling — edit your forms and reload.

### Start here

* [**Download & Installation**](/pintux-support/getting-started/download-and-installation.md) — requirements, JARs, first run
* [**Your First Menu**](/pintux-support/getting-started/your-first-menu.md) — build and register a form
* [**Commands & Permissions**](/pintux-support/getting-started/commands-and-permissions.md) — every command and node

A fresh install ships a working tour of every feature. Open it in game:

```
/bedrockgui open main_menu
```

### Reference

| Page                                                                                          | Covers                                                     |
| --------------------------------------------------------------------------------------------- | ---------------------------------------------------------- |
| [Config Layout](/pintux-support/forms-and-actions/config-layout.md)                           | `config.yml`, the `forms/` folder, migrating an old config |
| [Form Types](/pintux-support/forms-and-actions/form-types.md)                                 | SIMPLE, MODAL and CUSTOM, and every button field           |
| [Action System](/pintux-support/forms-and-actions/action-system.md)                           | All 14 actions with examples                               |
| [Button Images](/pintux-support/forms-and-actions/button-images.md)                           | Every icon syntax, from materials to player heads          |
| [Java Menus](/pintux-support/forms-and-actions/java-menus.md)                                 | Serving Java players a chest GUI from the same file        |
| [Conditions & Placeholders](/pintux-support/forms-and-actions/conditions-and-placeholders.md) | Permissions, placeholder comparisons, PAPI                 |

### Addons

Turn another plugin's GUIs into native Bedrock forms, with no design work:

* [**Essentials Addon**](/pintux-support/addons/essentials-addon.md) — warps, kits, homes, TPA, shops, pets
* [**Bedwars Addon**](/pintux-support/addons/bedwars-addon.md) — shop, upgrades, arena, stats, spectator, party
* [**Homestead Addon**](/pintux-support/addons/homestead-addon.md) — all 27 land-claim GUIs
* [**PhoenixDuels Addon**](/pintux-support/addons/phoenixduels-addon.md) — queues, duels, parties, spectating

### Developers

* [**BedrockGUI API**](/pintux-support/developers/bedrockgui-api.md) — build forms from code, register your own actions, and ship your own addon

### Quick links

* 🚀 [Web Designer](https://designer.pintux.org/) — build forms visually
* 📥 [Downloads (GitHub Releases)](https://github.com/pintux98/BedrockGUI/releases/latest)
* 💬 [Discord Community](https://discord.gg/FD2MTETnyQ)

{% hint style="info" %}
New here? Go to **Getting Started → Download & Installation**, then **Your First Menu**.
{% endhint %}
