override_prices.yml
ManticSwords Configuration Files
# This file sets the prices for items 1) If they cannot be found in ShopGuiPlus 2) If you want to override the ShopGuiPlus prices 3) If you don't have ShopGuiPlus!
# Format is: MATERIAL-DURABILITY: PRICE
# Example: 'DIAMOND-0: 1000.0'
# durability is targeted at legacy versions of minecraft, and is not needed for modern versions
prices:
EXAMPLE_MATERIAL-0: 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 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
Last updated