> For the complete documentation index, see [llms.txt](https://docs.mantic.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mantic.dev/mantichoes/config-files/menus/crop-prices.yml.md).

# crop-prices.yml

ManticHoes Configuration Files

```yml
title: Crop Prices
layout:
- '         '
- '  abcde  '
- '  fghij  '
- '  kl     '
- '<        '

# Actions: OPEN_MAIN_MENU, OPEN_ENCHANTS, OPEN_CROP_PRICES, OPEN_PRESTIGE, OPEN_LEADERBOARDS, OPEN_SETTINGS
# Placeholders: {sugar_cane_sell}, {wheat_sell}, {carrot_sell}, {potato_sell}, {pumpkin_sell}, {melon_sell}, {nether_wart_sell}, {cocoa_sell}, {beetroot_sell} {glowberry_sell} {cactus_sell} {bamboo_sell}
items:
- key: a
  material: SUGAR_CANE
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lSugarcane'
  lore:
  - '&8» &a${sugar_cane_sell}'
  action: ''
  commands: []
- key: b
  material: WHEAT
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lWheat'
  lore:
  - '&8» &a${wheat_sell}'
  action: ''
  commands: []
- key: c
  material: CARROT
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lCarrots'
  lore:
  - '&8» &a${carrot_sell}'
  action: ''
  commands: []
- key: d
  material: POTATO
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lPotatoes'
  lore:
  - '&8» &a${potato_sell}'
  action: ''
  commands: []
- key: e
  material: PUMPKIN
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lPumpkins'
  lore:
  - '&8» &a${pumpkin_sell}'
  action: ''
  commands: []
- key: f
  material: MELON_SLICE
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lMelons'
  lore:
  - '&8» &a${melon_sell}'
  action: ''
  commands: []
- key: g
  material: NETHER_WART
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lNether Wart'
  lore:
  - '&8» &a${nether_wart_sell}'
  action: ''
  commands: []
- key: h
  material: COCOA_BEANS
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lCocoa'
  lore:
  - '&8» &a${cocoa_sell}'
  action: ''
  commands: []
- key: i
  material: CACTUS
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lCactus'
  lore:
  - '&8» &a${cactus_sell}'
  action: ''
  commands: []
- key: j
  material: BEETROOT
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lBeetroot'
  lore:
  - '&8» &a{beetroot_sell}'
  action: ''
  commands: []
- key: k
  material: GLOW_BERRIES
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lGlowberries'
  lore:
  - '&8» &a{glow_berries_sell}'
  action: ''
  commands: []
- key: l
  material: BAMBOO
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lBamboo'
  lore:
  - '&8» &a{bamboo_sell}'
  action: ''
  commands: []
- key: <
  material: ''
  data: 0
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWM4NDM2MGM4N2RhOTY2ZTI3NWUzZWU2MmQ4Y2RlOTI2MzBiNTA5YTNmMzNlOWIzM2FmOGNhN2Y4NTMyNzg3OSJ9fX0=
  glow: false
  display-name: '&c&lBack'
  lore: []
  action: OPEN_MAIN_MENU
  commands: []

```
