Seasonal Price

The principle of seasonal prices is very simple. You only need to set 4 different prices and then set conditions for them. Here is an example. In this example, %rs_season% is RealisticReason plugin's placeholder which will display now season.

items:
  A:
    price-mode: CLASSIC_ALL
    product-mode: CLASSIC_ALL
    products:
      1:
        material: potato
        amount: 1
    buy-prices:
      1:
        economy-plugin: Vault
        amount: 2
        placeholder: '&6{amount} Coins'
        conditions:
          - 'placeholder: %rs_season%;;==;;Spring'
      2:
        economy-plugin: Vault
        amount: 1.8
        placeholder: '&6{amount} Coins'
        conditions:
          - 'placeholder: %rs_season%;;==;;Summber'
      3:
        economy-plugin: Vault
        amount: 3.2
        placeholder: '&6{amount} Coins'
        conditions:
          - 'placeholder: %rs_season%;;==;;Fall'
      4:
        economy-plugin: Vault
        amount: 8.8
        placeholder: '&6{amount} Coins'
        conditions:
          - 'placeholder: %rs_season%;;==;;Winter'     

If you don't understand the content here, it means you have never read the Wiki carefully. Please review the Wiki again.

Last updated