πΌοΈGUI Style
internal_name:
max_material: <integer> (<rows*9)
rows: <integer> (<7)
items:
item_id:
Material: <item type>
Data: <item data>
Display: <item name>
Hide_attributes: <true/false>
.....
smith: #change this display in config.yml do not change this key
Material: IRON_AXE
Data: 0
Hide_attributes: true
list: #change this display in config.yml do not change this key
Material: PAPER
Data: 0
Hide_attributes: true
close: #change this display in config.yml do not change this key
Material: STAINED_GLASS_PANE
Data: 14
Hide_attributes: true
slots: #decorate it in gui, require at least one material and only one result, smith key
- '<slot>:<item>'
- '<slot>:<item>'
- '<slot>:<item>'
- '<slot>:<item>'
...
internal_name
max_material
rows
items
slots
slot:
item:
Example:

Last updated