> 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/manticrods/config-files/menus/fish-prices.yml.md).

# fish-prices.yml

```yml
title: Fish Prices
layout:
- '         '
- '  abcd   '
- '         '
- '<        '

# Actions: OPEN_MAIN_MENU, OPEN_ENCHANTS, OPEN_FISH_PRICES, OPEN_PRESTIGE, OPEN_LEADERBOARDS, OPEN_SETTINGS
# Placeholders: {cod_sell}, {salmon_sell}, {tropical_fish_sell}, {pufferfish_sell}
items:
- key: a
  material: COD
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lCod'
  lore:
  - '&8» &a${cod_sell}'
  action: ''
  commands: []
- key: b
  material: SALMON
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lSalmon'
  lore:
  - '&8» &a${salmon_sell}'
  action: ''
  commands: []
- key: c
  material: TROPICAL_FISH
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lTropical Fish'
  lore:
  - '&8» &a${tropical_fish_sell}'
  action: ''
  commands: []
- key: d
  material: PUFFERFISH
  data: 0
  skull: ''
  glow: false
  display-name: '&a&lPufferfish'
  lore:
  - '&8» &a${pufferfish_sell}'
  action: ''
  commands: []
- key: <
  material: ''
  data: 0
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWM4NDM2MGM4N2RhOTY2ZTI3NWUzZWU2MmQ4Y2RlOTI2MzBiNTA5YTNmMzNlOWIzM2FmOGNhN2Y4NTMyNzg3OSJ9fX0=
  glow: false
  display-name: '&c&lBack'
  lore: []
  action: OPEN_MAIN_MENU
  commands: []

```
