punish-confirm.yml

#  -------------------------------------------------------
#  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: {}

Last updated