#DeluxeMenus (Menus .yml storage)

1 messages · Page 1 of 1 (latest)

daring orchid
#

Hello, I understand that the menus can be saved in separate folders, for example:

gui_menus(folder) - shop(folder) - armor (yml) - weapons (yml) - items (yml) - cosmetics (yml) - event(folder) - navidad (yml) - bigheads (yml) - cosmetics (yml) - admin(folder) - ban (yml) - nofurry (yml) - cosmetics (yml)

but I would like to know how I have to identify these menus in the config.yml file so that the plugin detects them all

I would also like to know if you can repeat file names, as in the example I gave

gleaming trail
#
  armor:
    file: shop/armor.yml
  cosmeticsshop:
    file: shop/cosmetics.yml
  cosmeticsadmin:
    file: admin/cosmetics.yml
daring orchid
#

ty