config-version: 1
# Title of the inventory gui
title: "{category} collections"
# How many rows should the inventory have?
rows: 6
# Item to show what category you are viewing collections for.
# This will be merged with the menu item in categories.yml.
# You can use the same placeholders here.
category-icon:
enabled: true
item:
slot: 4
# In what slots and in what order should we display the collections?
display-area: [
10, 11, 12, 13, 14, 15, 16,
19, 20, 21, 22, 23, 24, 25,
28, 29, 30, 31, 32, 33, 34,
37, 38, 39, 40, 41, 42, 43
]
# Pagination items, back item and filler item.
items:
filler:
enabled: true
item:
name: " "
material: BLACK_STAINED_GLASS_PANE
hide-tooltip: true
back:
name: "&7Back"
material: ARROW
slot: 45
previous-page:
name: "&7Previous page"
material: ARROW
slot: 48
current-page:
name: "{current}/{max} page"
material: NETHER_STAR
slot: 49
next-page:
name: "&7Next page"
material: ARROW
slot: 50
# Your custom items. You can have any number of custom items here.
# Make sure to use unique keys for them.
custom-items:
close:
name: "&cClose"
material: BARRIER
slot: 53
on-left-click:
- "[close]"