📏Size

Specifying the backpack size

You have to use the size attribute, it's the number of rows.

For example this backpack has 2 rows.

example_2:
  display_name: '&fExample custom texture'
  item:
    type: ITEM
    material: DIAMOND
  size: 2

Max number of rows is 6 (Minecraft chest)

Last updated