#why is it giving me an error?

1 messages · Page 1 of 1 (latest)

dawn brook
#

[DeluxeMenus] Menu title for menu: staff is not present!

size: 45
menu_title: '&lStaff Resource Board'
register_command: true
items:
  'ban':
    material: blaze_rod
    slot: 0
    display_name: "&#e2cc18&l&lBan a player"
    lore:
      - "&7 Perm ban"
    click_commands:
      - "[sound] BLOCK_WOODEN_BUTTON_CLICK_ON 0.5 1.2"
      - "[player] ban <-p Who to ban?>"
###############################################################
  'back':
    material: ARROW
    slot: 36
    display_name: "&7&lBack"
    click_commands:
      - "[sound] BLOCK_WOODEN_BUTTON_CLICK_ON 0.5 1.2"
      - "[openguimenu] main"
  'close':
    material: BARRIER
    slot: 44
    display_name: "&#e22418&lClose"
    click_commands:
      - "[sound] BLOCK_WOODEN_BUTTON_CLICK_ON 0.5 1.2"
      - "[sound] BLOCK_CHEST_CLOSE" 
      - "[close]"
###############################################################```