Categories (main menu)

Guide to configure the main menu. menus/categories.yml

For the general ITEM configuration please see Item config.

# Name of the inventory gui
title: "Collections"

# How many rows should the chest inventory have?
rows: 6

# Should we fill the empty slots?
filler:
  enabled: true
  item:
    name: " "
    material: BLACK_STAINED_GLASS_PANE
    hide-tooltip: true

# These keys should match exactly the keys you used in categories.yml
items:
  farming:
    name: "&a{name} Collections"
    lore:
      - "&7View your {name} collections!"
      - ""
      - "&7Completion: &e{progress_percent}%"
      - "&7Total collected: &e{total_formatted}"
      - ""
      - "&8Global ranking: &8#&a{lb_position}"
      - "&8You are in the top &a{lb_position_percent}%&8 of &7{lb_size}"
      - "&8players!"
      - ""
      - "&eLeft click to view!"
      - "&eRight click to view rewards!"
    material: WHEAT
    slot: 20
  mining:
    name: "&a{name} Collections"
    lore:
      - "&7View your {name} collections!"
      - ""
      - "&7Completion: &e{progress_percent}%"
      - "&7Total collected: &e{total_formatted}"
      - ""
      - "&8Global ranking: &8#&a{lb_position}"
      - "&8You are in the top &a{lb_position_percent}%&8 of &7{lb_size}"
      - "&8players!"
      - ""
      - "&eLeft click to view!"
      - "&eRight click to view rewards!"
    material: IRON_PICKAXE
    slot: 21
    flags:
      - HIDE_ATTRIBUTES
  combat:
    name: "&a{name} Collections"
    lore:
      - "&7View your {name} collections!"
      - ""
      - "&7Completion: &e{progress_percent}%"
      - "&7Total collected: &e{total_formatted}"
      - ""
      - "&8Global ranking: &8#&a{lb_position}"
      - "&8You are in the top &a{lb_position_percent}%&8 of &7{lb_size}"
      - "&8players!"
      - ""
      - "&eLeft click to view!"
      - "&eRight click to view rewards!"
    material: DIAMOND_SWORD
    slot: 22
    flags:
      - HIDE_ATTRIBUTES
  foraging:
    name: "&a{name} Collections"
    lore:
      - "&7View your {name} collections!"
      - ""
      - "&7Completion: &e{progress_percent}%"
      - "&7Total collected: &e{total_formatted}"
      - ""
      - "&8Global ranking: &8#&a{lb_position}"
      - "&8You are in the top &a{lb_position_percent}%&8 of &7{lb_size}"
      - "&8players!"
      - ""
      - "&eLeft click to view!"
      - "&eRight click to view rewards!"
    material: OAK_LEAVES
    slot: 23
  fishing:
    name: "&a{name} Collections"
    lore:
      - "&7View your {name} collections!"
      - ""
      - "&7Completion: &e{progress_percent}%"
      - "&7Total collected: &e{total_formatted}"
      - ""
      - "&8Global ranking: &8#&a{lb_position}"
      - "&8You are in the top &a{lb_position_percent}%&8 of &7{lb_size}"
      - "&8players!"
      - ""
      - "&eLeft click to view!"
      - "&eRight click to view rewards!"
    material: FISHING_ROD
    slot: 24

# 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]"
  info:
    name: "&aCollections"
    material: PAINTING
    slot: 4
    lore:
      - ""
      - "&7View all of the items available"
      - "&7in the server! Collect more of an item"
      - "&7to unlock rewards!"

Last updated