records.yml

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

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

# 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 slots where the history entries will be displayed.
entry-slots:
- 10-16
- 19-25
- 28-34

# 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