GUI Layout
Design the market interface with the symbol grid system.
How It Works
The GUI is a 6-row × 9-column chest inventory (54 slots). Each character in the layout maps to a slot type.
Default Layout
config.yml
market:
layout:
- 'JJLKTKLJJ'
- 'IIIIIIIII'
- 'IIIIIIIII'
- 'IIIIIIIII'
- 'IIIIIIIII'
- 'JJLBCSLJJ'
Visual Preview
J
J
L
K
T
K
L
J
J
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
I
J
J
L
B
C
S
L
J
J
Symbols
| Symbol | Type | Description |
|---|---|---|
I | Item Slot | Where players place brews to sell |
B | Sell | Sells brews in GUI only |
S | Sell All | Sells GUI + inventory brews |
T | Title | Decorative title icon |
C | Close | Closes the GUI |
J, K, L... | Decorative | Visual filler (glass panes, coral, etc.) |
Rules
- Exactly 6 rows, each with 9 characters.
- Every symbol must be mapped to an icon config.
- Any single character works as a symbol.