VHOPPERS CONFIGURATIONS
prices.yml
Local Seller Module price table.
Config
This page mirrors the default prices.yml file from the plugin.
prices.yml
# ============================================================================
# VHoppers local seller prices
# ----------------------------------------------------------------------------
# Used only when config.yml has:
# seller:
# backend: LOCAL
#
# Supported item identifiers:
# - minecraft:<material>
# - mythicmobs:<item-id>
# - oraxen:<item-id>
# - itemsadder:<item-id>
#
# Two formats are supported:
# prices:
# minecraft:iron_ingot: 5.0
#
# or:
# prices:
# iron:
# item: minecraft:iron_ingot
# price: 5.0
# ============================================================================
prices:
minecraft:iron_ingot: 5.0
minecraft:gold_ingot: 10.0
minecraft:diamond: 100.0