> For the complete documentation index, see [llms.txt](https://wiki.ericlmao.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.ericlmao.com/projects/punishments/configs/menus/note-delete-confirmation.yml.md).

# note-delete-confirmation.yml

This menu opens when you use the /history \<user> command.

```yaml
# # -------------------------------------------------------- #
# # The menu that opens when you are deleting a note.
# # -------------------------------------------------------- #

# The title of the menu.
title: Note Delete Confirmation

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

# The confirmation button
confirm:
  display-name: <green><b>Confirm Action
  material: GREEN_STAINED_GLASS_PANE
  amount: 1
  slot: 11
  glowing: false

# The cancel button
cancel:
  display-name: <dark_red><b>Cancel Action
  material: RED_STAINED_GLASS_PANE
  amount: 1
  slot: 15
  glowing: false

# Fillers are used to fill empty slots in the menu.
fillers:
  BLACK_STAINED_GLASS_PANE:
  - 0-10
  - 12-14
  - 16-26

```
