auction-values.yml

Controls item value display and shop-price recommendation behaviour in the sell GUI.

Shop price recommendations

When EzShops is installed and the shop-price section is configured, the sell GUI shows a recommended price and a warning when the listing price is below 50% of that value.

shop-price:
  enabled: true
  format: "${amount}"

Per-item value overrides

Override the displayed value for specific materials:

item-values:
  NETHERITE_INGOT:
    display-value: 5000
  DRAGON_EGG:
    display-value: 100000

Minimum / maximum prices

min-price: 1
max-price: 1000000

Back to top

EzAuction documentation. Distributed under the MIT License.

This site uses Just the Docs, a documentation theme for Jekyll.