> 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/punish-confirm.yml.md).

# punish-confirm.yml

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

```yaml
#  -------------------------------------------------------
#  The menu that opens when you attempt to punish a player.
#  -------------------------------------------------------

# The title of the menu.
title: Confirm Punishment

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

# The item showed for issuing silent punishments
silent-option:
  display-name: <gray>Silent Punishment
  material: LIGHT_GRAY_WOOL
  amount: 1
  slot: 15
  glowing: false
  lore:
  - <gray>Click to punish %player% silently.

# The item showed for issuing public punishments
public-option:
  display-name: <red>Public Punishment
  material: RED_WOOL
  amount: 1
  slot: 11
  glowing: false
  lore:
  - <gray>Click to punish %player% public.

# Fillers are used to fill empty slots in the menu.
fillers: {}

```
