> 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/prestige.yml.md).

# prestige.yml

```yml
title: Prestige
layout:
- '         '
- ' a b c d '
- '         '
- '<        '

can-prestige: '&a✓'
cannot-prestige: '&c✗'

rod-levels-format: '    &f{enchant} &a&l{levels}+'
rod-levels-none: '&7None'

# Placeholders: {prestige_required_cod} {prestige_required_salmon} {prestige_required_tropical_fish} {prestige_required_pufferfish}
# {prestige_required_any} {caught}
# {fish_cod} {fish_salmon} {fish_tropical_fish} {fish_pufferfish}
# {prestige_required_fish} {prestige_level} {prestige_next_level}
# {prestige_required_xp} {prestige_required_money} {prestige_required_currency}
# {prestige_current_money_multiplier} {prestige_current_xp_multiplier} {prestige_current_currency_multiplier}
# {prestige_current_money_percent} {prestige_current_xp_percent} {prestige_current_currency_percent}
# {prestige_next_money_multiplier} {prestige_next_xp_multiplier} {prestige_next_currency_multiplier}
# {prestige_next_money_percent} {prestige_next_xp_percent} {prestige_next_currency_percent}
# {can_prestige}, {currency} {rod_levels} {rod_levels_next}
prestige-items:
- display-name: '&b&lInformation'
  skull: '{self}'
  lore:
  - '&7Current Prestige: &b{prestige_level}'
  - '&7Next Prestige: &b{prestige_next_level}'
  - '&7Caught: &b{caught}'
  - '&7Currency: &b{currency}'
  glow: false
  material: ''
  durability: 0
  key: a
  action: ''
- display-name: '&c&lBack'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWM4NDM2MGM4N2RhOTY2ZTI3NWUzZWU2MmQ4Y2RlOTI2MzBiNTA5YTNmMzNlOWIzM2FmOGNhN2Y4NTMyNzg3OSJ9fX0=
  lore: []
  glow: false
  material: ''
  durability: 0
  key: <
  action: OPEN_MAIN_MENU
- display-name: '&a&lRequirements'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGFkOTQzZDA2MzM0N2Y5NWFiOWU5ZmE3NTc5MmRhODRlYzY2NWViZDIyYjA1MGJkYmE1MTlmZjdkYTYxZGIifX19
  lore:
  - ' &7Required XP: &a{prestige_required_xp}'
  - ' &7Required Money: &a{prestige_required_money}'
  - ' &7Required Currency: &a{prestige_required_currency}'
  - ' &7Required Fish:'
  - '  &8» &7Any: &f{prestige_required_any}'
  - '  &8» &7Cod: &f{fish_cod}&8/&a{prestige_required_cod}'
  - '  &8» &7Salmon: &f{fish_salmon}&8/&a{prestige_required_salmon}'
  - '  &8» &7Tropical Fish: &f{fish_tropical_fish}&8/&a{prestige_required_tropical_fish}'
  - '  &8» &7Pufferfish: &f{fish_pufferfish}&8/&a{prestige_required_pufferfish}'
  glow: false
  material: ''
  durability: 0
  key: b
  action: ''
- display-name: '&d&lMultipliers'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWJkOTg3OTJkZDkyZDk3MTk4OTQzNDFhYzkwMTJhNTg0YzQ0Mjg1NThmZDJjNzEyZjc4ZTVmMGQ0ZGE4NTQ3MCJ9fX0=
  lore:
  - '&7&lCurrent Bonus:'
  - ' &8» &7Money: &f{prestige_current_money_percent}%'
  - ' &8» &7XP: &f{prestige_current_xp_percent}%'
  - ' &8» &7Currency: &f{prestige_current_currency_percent}%'
  - ' &8» &7Rod Levels:'
  - '{rod_levels}'
  - ' '
  - '&7&lNext Prestige Bonus:'
  - ' &8» &7Money: &f{prestige_next_money_percent}%'
  - ' &8» &7XP: &f{prestige_next_xp_percent}%'
  - ' &8» &7Currency: &f{prestige_next_currency_percent}%'
  - ' &8» &7Rod Levels:'
  - '{rod_levels_next}'
  glow: false
  material: ''
  durability: 0
  key: c
  action: ''
- display-name: '&c&lClick to Prestige'
  skull: eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzIxM2MxYTQyMGQxMWEwNmE3NGMzZGI5OGIyMTMzMmI3NDkzYThjNTYyMmQ1NTgwMDMxODY4ODJhMWI5OWY1NiJ9fX0=
  lore:
  - '&7To Level: &a{prestige_next_level}'
  - ' '
  - '&f&lCan Prestige? &f{can_prestige}'
  glow: false
  material: ''
  durability: 0
  key: d
  action: PRESTIGE

```
