#Deluxe Menus - HDB

1 messages · Page 1 of 1 (latest)

brisk brook
#

Getting this error in consol when loading my Dm

Here is my config for the menu:

  - help
open_commands:
  - '[sound] BLOCK_BEACON_ACTIVATE'
  - '[message] &7Welcome to Party! We Hope you Enjoy it Here!'
size: 27
# as always, only cool people can open this menu :)
open_requirement:
  requirements:
items:
  'example':
    material: hdb-23465
    slot: 2
    priority: 1
    update: true
    hide_attributes: true
    display_name: '&bExample Kit'
    lore:
      - ''
      - '&7Cooldown : &f3 Days'
      - '&7Left Click to Redeem'
    view_requirement:
      requirements:
        kit_requirement:
          type: string equals
          input: '%essentials_kit_is_available_example%'
          output: 'yes'
        kit_perm:
          type: has permission
          permission: essentials.kits.example
    left_click_commands:
      - '[player] kit example'
      - '[close]'```

Any help is appreciated!
lucid sphinx
#

Does the HDB head show in the menu? or I'm guessing it's showing a steve head instead?

#

do you get the error if you change the material to another item? (to confirm it does in fact come from here)