records-single.yml

# -------------------------------------------------------
# The menu that opens when you use /record.
# This menu opens under the condition that
# 'record-menu-categorized' is set to 'false' in main.yml.
# -------------------------------------------------------

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

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

# 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 history entries that will be displayed in the menu.
# The item displayed can be different depending on the punishment category.
#  
# Current categories:
entries:
  BAN:
    name: '<red>Ban #%id%'
    material: DIAMOND_AXE
    main:
    - <dark_gray><st>--------------------------------</dark_gray>
    - '<gray>Issuer: <red>%issuer%'
    - '<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>
  MUTE:
    name: '<red>Mute #%id%'
    material: OAK_SIGN
    main:
    - <dark_gray><st>--------------------------------</dark_gray>
    - '<gray>Issuer: <red>%issuer%'
    - '<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>
  WARN:
    name: '<red>Warn #%id%'
    material: BOOK
    main:
    - <dark_gray><st>--------------------------------</dark_gray>
    - '<gray>Issuer: <red>%issuer%'
    - '<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>
  KICK:
    name: '<red>Kick #%id%'
    material: FEATHER
    main:
    - <dark_gray><st>--------------------------------</dark_gray>
    - '<gray>Issuer: <red>%issuer%'
    - '<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 record 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