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

# override\_prices.yml

```yml
# This file sets the prices for items 1) If they cannot be found in ShopGuiPlus/EconomyShopGUI 2) If you want to override the ShopGuiPlus/EconomyShopGUI prices 3) If you don't have ShopGuiPlus/EconomyShopGUI!
# Fish: 'COD', 'SALMON', 'TROPICAL_FISH', 'PUFFERFISH'
prices:
  EXAMPLE_MATERIAL: 1.0

# Specifically for legacy versions of minecraft (1.12.2 and below) item name and block names can be different and are often mixed up.
# On these versions Cod, Salmon, Tropical Fish and Pufferfish all share a single 'RAW_FISH' material and are only
# distinguished by a data value, so this will redirect the item name to the correct one.
# Format is: '<to>: <from>'
# Example: 'RAW_FISH: FISH'
shop-gui-plus-redirects:
  RAW_FISH: FISH

# This is used when you have multiple of the same materials in ShopGUIPlus, and want to specify which one to use.
# This is likely to occur if you have custom items in ShopGUIPlus, and you want to specify which one to use.
# Format is: '<material>: <id>'
# See the example below.
#  
# shop-gui-plus-ids:
#   COD: '1' # This will use the item with the id '1' in ShopGUIPlus for cod
shop-gui-plus-ids:
  EXAMPLE_MATERIAL: '1'

# This will apply the ShopGUIPlus booster prices to the prices fetched from ShopGUIPlus.
apply-shop-gui-plus-boosters: false
# The amount of seconds to cache the boosted prices for.
boosted-price-cache-seconds: 60

```
