staff-history-main.yml

# -------------------------------------------------------
# The menu that opens when you use /staffhistory <player>
# -------------------------------------------------------

# The title of the menu.
title: History of %player%

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

# The item that shows the user's statistics.
statistics:
  display-name: <aqua><b>Statistics
  material: PAPER
  amount: 1
  slot: 13
  glowing: false
  lore:
  - <dark_gray><st>--------------------------------------
  - '<gray>Total Punishments: <aqua>%total%'
  - ' '
  - '<gray>Total Bans: <aqua>%bans%'
  - '<gray>Total Mutes: <aqua>%mutes%'
  - '<gray>Total Kicks: <aqua>%kicks%'
  - '<gray>Total Warns: <aqua>%warns%'
  - ' '
  - '<gray>Staff Leaderboard Ranking: <aqua>%ranking%'
  - <dark_gray><st>--------------------------------------

#  
# 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: 19
    glowing: false
    lore:
    - <gray>Click to view the staff ban history of %player%
  MUTE:
    display-name: <dark_gray><b>Mute History
    material: GRAY_WOOL
    amount: 1
    slot: 21
    glowing: false
    lore:
    - <gray>Click to view the staff mute history of %player%
  WARN:
    display-name: <green><b>Warning History
    material: GREEN_WOOL
    amount: 1
    slot: 23
    glowing: false
    lore:
    - <gray>Click to view the staff warning history of %player%
  KICK:
    display-name: <yellow><b>Kick History
    material: YELLOW_WOOL
    amount: 1
    slot: 25
    glowing: false
    lore:
    - <gray>Click to view the staff kick history of %player%

# Fillers are used to fill empty slots in the menu.
fillers:
  BLACK_STAINED_GLASS_PANE:
  - 0-12
  - 14-18
  - '20'
  - '22'
  - '24'
  - 26-35

Last updated