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

# override-prices.yml

ManticHoes Configuration Files

```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!
# Crops: 'PUMPKIN', 'MELON', 'NETHER_WART', 'WHEAT', 'CARROT', 'POTATO', 'SUGAR_CANE', 'COCOA', 'BEETROOT', 'GLOW_BERRIES', 'BAMBOO', 'CACTUS'
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.
# This will redirect the item name to the correct block name.
# Format is: '<to>: <from>'
# Example: 'SUGAR_CANE_BLOCK: SUGAR_CANE'
shop-gui-plus-redirects:
  SUGAR_CANE_BLOCK: SUGAR_CANE

# 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:
#   PUMPKIN: '1' # This will use the item with the id '1' in ShopGUIPlus for pumpkins
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

```
