EpicEricEE / ShopChest

ShopChest - Spigot/Bukkit Plugin
MIT License
45 stars 57 forks source link

No buy/sell price displayed #369

Closed maxcom1 closed 3 years ago

maxcom1 commented 3 years ago

Hi! I have config:

  2:
    options:
      buy-and-sell:
        format: "Kup %BUY-PRICE% | %SELL-PRICE% Sprzedaj"
        requirements:
          - BUY_PRICE > 0
          - SELL_PRICE > 0

      only-buy:
        format: "Kup %BUY-PRICE%"
        requirements:
          - BUY_PRICE > 0

      only-sell:
        format: "Sprzedaj %SELL-PRICE%"
        requirements:
          - SELL_PRICE > 0

but sell and buy price are not displayed

image