override-prices.yml

ManticHoes Configuration Files

# 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'
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

Last updated