> For the complete documentation index, see [llms.txt](https://sedattr.gitbook.io/deluxebazaar/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sedattr.gitbook.io/deluxebazaar/setup/menus-file.md).

# Setting Menus

## Items Configurating

```yaml
# You can add enchants, flags, lore like items.
# enchants:
#   - DURABILITY:10 # Enchant:Level
# flags:
#   - HIDE_ENCHANTS # For hiding enchants in lore.
# lore:
#   - "&aHello"
items: # Default items for menus, you can use this items easily. (Example add close: Slot to menu, so plugin will add close item to menu easily)
  glass:
    material: STAINED_GLASS_PANE
    data: 15
    name: "&r"
  close:
    material: BARRIER
    data: 0
    name: "&cClose"
  goBack:
    material: ARROW
    data: 0
    name: "&eGo Back"
```
