notes.yml

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

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

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

# The date format used to display the date of a note.
date-format: MM/dd/yyyy HH:mm:ss

# The item that will be used to display a note entry.
entry:
  display-name: ' '
  material: PAPER
  amount: 1
  slot: -1
  glowing: false
  lore:
  - <dark_gray><st>--------------------------------
  - '<gray>Issuer: <red>%issuer%'
  - '<gray>Date Issued: <red>%issued%'
  - '<gray>Last Edited: <red>%edited%'
  - <dark_gray><st>--------------------------------
  - <reset>%content%
  - <dark_gray><st>--------------------------------

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

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

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

# The button to add a new note.
add:
  display-name: <green><b>Add Note
  material: ANVIL
  amount: 1
  slot: 40
  glowing: false
  lore:
  - <gray>Click to add a new note.

# 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