Back to all tools
Live now

GUI Editor

Visualise & edit any menu plugin's YAML

Drop any Minecraft menu plugin YAML — DeluxeMenus, ChestCommands, BossShopPro, RPGInventory or your own custom layout — and the GUI Editor auto-detects every title, size, slot, material, display name, lore line and click command, then renders the menu as a real chest inventory with full hex, MiniMessage and gradient support. Click any slot for a Minecraft-style hover tooltip and a deep per-slot inspector.

12 features

Everything GUI Editor does

Every capability shipped today, listed in one place.

Drop any plugin's YAML

DeluxeMenus, ChestCommands, BossShopPro, RPGInventory and any custom format — drop one file or a whole folder.

Schema-agnostic parser

Auto-aliases keys across plugins: `icon` / `displayicon` / `material` / `item` / `type` are all recognised, no matter the casing.

Live chest preview

Pixel-styled chest UI scales from 9 to 54 slots, with stack counts, glow effect and a hovering Minecraft-style tooltip.

Vanilla item icons

Every Minecraft material rendered with its real game texture, with a multi-source fallback chain so nothing 404s.

Full color support

Legacy `&` codes, `&#RRGGBB`, `&x&R…`, MiniMessage `<#…>` and `<gradient>` tags — all parsed for titles, names and lore.

Multi-menu workspaces

A single file can contain dozens of menus — every nested menu is detected and listed in the sidebar.

Click commands inspector

See every left/right-click command, action chain, view requirement and permission attached to a slot.

Multi-slot items

Items that occupy several slots (border, fillers, paginators) are rendered in every cell they touch — no duplicates.

Position helpers

Auto-converts ChestCommands' POSITION-X / POSITION-Y into a real slot index — including 1-indexed coords.

Custom model data

Reads `custom_model_data`, `model_id`, `model-data` and shows the value in the inspector.

Smart fallbacks

If size is missing we infer it from the highest used slot. If a material isn't recognised we keep the slot visible with a question-mark icon.

Other-properties panel

Any plugin-specific keys we don't model first-class are still shown verbatim, so nothing is hidden.

FAQ — GUI Editor

Which menu plugins are supported?

DeluxeMenus, ChestCommands, BossShopPro and RPGInventory are first-class. The schema-agnostic parser also handles most custom layouts: anything with a title, a size or row count, and items keyed by material + slot will work.

Can I edit the YAML in the tool too?

v1 focuses on auto-parsing and rendering. Visual editing of slots and YAML round-trip export are landing in the next release.

Does it understand hex / MiniMessage?

Yes — `&#RRGGBB`, `&x&R…`, `<#RRGGBB>`, `<gradient:#a:#b>…</gradient>` and legacy `&` codes are all rendered correctly in titles, item names and lore.