🖼️GUI

Syntax

title: TEXT
rows: TEXT

item-map:
  - ...

products-slots-id: LETTER

items:
  ...

Title

Name of the menu. Just normal text that support PlaceholderAPI and Hex colors.

title: TEXT

Rows

Rows is a number of menu lines inserted in a text form. Rows types: ONE | TWO | THREE | FOUR | FIVE | SIX

rows: TEXT

Item map

Item map is special slot system. But it is better than normal slot, because there is no numbers. Every item in the menu have own letter or symbol. When you add that item letter/symbol to the item map, slot will be automatically calculated by the system. At first paste this to your item map: - '---------' this is empty row... If you have 5 rows, paste this 5 times. Then only add symbols e.g.: G - glass S - skull item map: - '-GG-S-GG-'

Product slots id:

Symbol for products. Products will be added at each location on the item map where this symbol appears.

Items

syntax:

items:
  'A': # <--- symbol for the item map
    item data...

Everything about item is on this page

Last updated