Maxlego08/zMenu

[Feature request] add matrix for slots

Closed this issue · 2 comments

check title

Example:

slot:
  -  "xxxxxxxxx"
  -  "x-------x"
  -  "x-------x"
  -  "x-------x"
  -  "x-------x"
  -  "xxxxxxxxx"
name: "&8Test"
size: 54
matrix:
  - "AAAAAAAAA"
  - "A       A"
  - "A   b   A"
  - "A   b   A"
  - "A  bbb  A"
  - "AAAAAAAAA"
items:
  A:
    item:
      material: DIAMOND
      name: "Letsgo"
  b:
    item:
      material: EMERALD
      name: "Letsgo"

its done !