note-editor.yml

# The title of the menu.
title: Note Editor

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

# Severity Toggle Button
severe-note-toggle:
  slot: 13
  on:
    display-name: <red><b>Severe Note
    material: REDSTONE_TORCH
    amount: 1
    slot: -1
    glowing: false
    lore:
    - <gray>Click to mark this note as <green>normal</green>.
  off:
    display-name: <green><b>Severe Note
    material: SOUL_TORCH
    amount: 1
    slot: -1
    glowing: false
    lore:
    - <gray>Click to mark this note as <red>severe</red>.

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

Last updated