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

history-main.yml

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

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

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

#  
# The categories that will be displayed in the menu.
#  
# Current categories: BAN, MUTE, WARN, KICK
#  
categories:
  BAN:
    display-name: <red><b>Ban History
    material: RED_WOOL
    amount: 1
    slot: 10
    glowing: false
    lore:
    - <gray>Click to view the ban history of %player%
  MUTE:
    display-name: <dark_gray><b>Mute History
    material: GRAY_WOOL
    amount: 1
    slot: 12
    glowing: false
    lore:
    - <gray>Click to view the mute history of %player%
  WARN:
    display-name: <green><b>Warning History
    material: GREEN_WOOL
    amount: 1
    slot: 14
    glowing: false
    lore:
    - <gray>Click to view the warning history of %player%
  KICK:
    display-name: <yellow><b>Kick History
    material: YELLOW_WOOL
    amount: 1
    slot: 16
    glowing: false
    lore:
    - <gray>Click to view the kick history of %player%

# Fillers are used to fill empty slots in the menu.
fillers:
  BLACK_STAINED_GLASS_PANE:
  - 0-9
  - '11'
  - '13'
  - '15'
  - 17-26
PreviousMenusNexthistory.yml

Last updated 1 year ago

Was this helpful?

🎬
👮
📜