#DeluxeMenus Menus Dosen't Load !

1 messages · Page 1 of 1 (latest)

vagrant zodiac
#

So I have this error in my console :

[17:36:04 WARN]: [DeluxeMenus] Skipping loading of GUI menu: minijeu```

This Is My config.yml (my server is running on 1.8.8 spigot) :
```debug: false
check_updates: true
gui_menus:
  minijeu:
    menu_title: '&lMini-Jeux'
    open_command: gamemenu
    size: 27
    open_requirement:
      requirements:
        permission:
          type: has permission
          permission: some.permission
          deny_commands:
          - '[message] You dont have permission to open the example menu'
Bedwars:
  material: bed
  slot: 11
  display_name: '&c&lBedwars&f'
  lore:
  - ' '
Blocksumo:
  material: wool
  slot: 13
  display_name: '&c&lBedwars&f'
  lore:
  - ' '
Skywars:
  material: diamond_sword
  slot: 15
  display_name: '&b&lSkywars&f'
  lore:
  - ' '
Decor0:
  material: stained_glass_pane
  data: 7
  slot: 0
  display_name: ' '
  lore:
  - ' '
Decor1:
  material: stained_glass_pane
  data: 7
  slot: 1
  display_name: ' '
  lore:
  - ' '
Decor2:
  material: stained_glass_pane
  data: 7
  slot: 2
  display_name: ' '
  lore:
  - ' '
Decor3:
  material: stained_glass_pane
  data: 7
  slot: 3
  display_name: ' '
  lore:
  - ' '
Decor4:
  material: stained_glass_pane
  data: 7
  slot: 4
  display_name: ' '
  lore:
  - ' '
Decor5:
  material: stained_glass_pane
  data: 7
  slot: 5
  display_name: ' '
  lore:
  - ' '
Decor6:
  material: stained_glass_pane
  data: 7
  slot: 6
  display_name: ' '
  lore:
  - ' '
Decor7:
  material: stained_glass_pane
  data: 7
  slot: 7
  display_name: ' '
  lore:
  - ' '
Decor8:
  material: stained_glass_pane
  data: 7
  slot: 8
  display_name: ' '
  lore:
  - ' '
Decor9:
  material: stained_glass_pane
  data: 7
  slot: 9
  display_name: ' '
  lore:
  - ' '
Decor10:
  material: stained_glass_pane
  data: 7
  slot: 10
  display_name: ' '
  lore:
  - ' '```

Can someone help me please ?
snow jolt
vagrant zodiac
solar escarpBOT
#
FAQ Answer:

1. Go to config.yml and make an entry for your menu

gui_menus:
  first:
    file: first_menu.yml
  second:
    file: second_menu.yml

2. Reload the plugin twice with /dm reload
3. You will see a new folder called gui_menus and your menu should be there
4. Open that menu and edit it to set it up or use the community-made menu maker
5. You are done! Open the menu in-game with /dm open first

vagrant zodiac
#

thx

snow jolt
#

n

#

no problem*

solar escarpBOT
vagrant zodiac
snow jolt
vagrant zodiac
#

Tell me when u finish !

vagrant zodiac
#

It works now !!

snow jolt
#

no problem

vagrant zodiac
#

?