records-main.yml

# -------------------------------------------------------
# The menu that opens when you use /record.
# -------------------------------------------------------

# The title of the menu.
title: Your Punishment History

# The amount of rows in the menu.
# Can be between 1 and 6.
rows: 3

#  
# The categories that will be displayed in the menu.
#  
# Current categories: BAN, MUTE, WARN, KICK
#  
categories:
  BAN:
    display-name: <red><b>Ban History
    material: RED_WOOL
    amount: 1
    slot: 10
    glowing: false
    lore:
    - <gray>Click to view your ban history
  MUTE:
    display-name: <dark_gray><b>Mute History
    material: GRAY_WOOL
    amount: 1
    slot: 12
    glowing: false
    lore:
    - <gray>Click to view your mute history
  WARN:
    display-name: <green><b>Warning History
    material: GREEN_WOOL
    amount: 1
    slot: 14
    glowing: false
    lore:
    - <gray>Click to view your warning history
  KICK:
    display-name: <yellow><b>Kick History
    material: YELLOW_WOOL
    amount: 1
    slot: 16
    glowing: false
    lore:
    - <gray>Click to view your kick history

# Fillers are used to fill empty slots in the menu.
fillers:
  BLACK_STAINED_GLASS_PANE:
  - 0-9
  - '11'
  - '13'
  - '15'
  - 17-26

Last updated