Negative Games Wiki
Discord
  • 👋Landing
  • 🎬Projects
    • 👮Punishments
      • 🖋️Commands
      • 📜Configuration
        • main.yml
        • messages.yml
        • Menus
          • history-main.yml
          • history.yml
          • note-delete-confirmation.yml
          • note-editor.yml
          • notes.yml
          • punish-confirm.yml
          • punish.yml
          • records-main.yml
          • records.yml
          • records-single.yml
          • staff-history-main.yml
          • staff-history.yml
          • staff-leaderboard.yml
    • 📑alumina
      • ItemBuilder
      • PotionBuilder
      • InputListener
      • Commands
      • DependencyLoader
      • Events Subscriber
      • Static Logger
Powered by GitBook
On this page

Was this helpful?

  1. Projects
  2. Punishments
  3. Configuration
  4. Menus

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: {}
Previousnotes.ymlNextpunish.yml

Last updated 1 year ago

Was this helpful?

🎬
👮
📜