Configurating the panel

Inside the yml file where the menu will be we need to configurate them

Here is an example of an panel configuration

menu_command: "example"
menu_type: NORMAL
menu_permission: "permission.node"
menu_title: '&fExample menu'
size: 45
items:
  test1:
    material: DIRT
    data: 0
    update: true
    display_name: 'Example item'
    slot: 0

Last updated