staff-history.yml

# -------------------------------------------------------
# The menu that opens when you select a category
# in the main staff-history menu.
# -------------------------------------------------------

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

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

# What "title-page" means is if the current page is greater
# than or equal to "title-page-min", the title will add "(Page %current%)" to the end of it.
# To disable this, set "title-page-min" to 0.
title-page: (Page %current%)

# The minimum page number to show the page number in the title.
title-page-min: 2

# The item that will be used to display a history entry.
entry:
  name: '<red>Punishment #%id%'
  material: PLAYER_HEAD
  main:
  - <dark_gray><st>--------------------------------</dark_gray>
  - '<gray>Offender: <red>%offender%'
  - '<gray>Reason: <red>%reason%'
  - '<gray>Date Issued: <red>%issued%'
  expired:
  - ' '
  - <dark_gray><b>PUNISHMENT EXPIRED
  - '<gray>Expired: <red>%expires%'
  nonexpired:
  - '<gray>Date Expires: <red>%expires%'
  removed:
  - ' '
  - <dark_gray><b>PUNISHMENT REMOVED
  - '<gray>Removed by: <red>%removed-by%'
  - '<gray>Removed Reason: <red>%removed-reason%'
  bottom:
  - <dark_gray><st>--------------------------------</dark_gray>

# The slots where the history entries will be displayed.
entry-slots:
- 10-16
- 19-25
- 28-34

# The item that will be used to go to the next page.
next-page-item:
  display-name: <green>Next Page
  material: ARROW
  amount: 1
  slot: 26
  glowing: false

# The item that will be used to go to the previous page.
previous-page-item:
  display-name: <red>Previous Page
  material: ARROW
  amount: 1
  slot: 18
  glowing: false

# The item that will be used to close the history menu.
close-menu-item:
  display-name: <red>Close
  material: BARRIER
  amount: 1
  slot: 40
  glowing: false

# Fillers are used to fill empty slots in the menu.
fillers:
  BLACK_STAINED_GLASS_PANE:
  - 0-9
  - 17-18
  - 26-27
  - 35-44

Last updated