1. Jeffster_ тнε мαη, тнε мүтн, тнε נεғғsтεя!
    President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ II ⭐ Premium Upgrade

    Joined:
    Mar 27, 2013
    Messages:
    233
    Trophy Points:
    68,810
    Gender:
    Male
    Ratings:
    +92
    I know that the 1.9 update has thrown a few things out of wack and one of them is the Potions sales via the [Trade] signs. The only thing that is needed, and I know that Jamie and Andrew know this, is to correspond the items file with the worth file. My idea is to set new ending number for them, i.e. 373:8198
    373:
    # Potion of Night Vision (3:00)
    '8198': ''

    Here is my idea and example to fix the ( items.csv and worth.yml ) files. This also can be used for any other issues that may arise with the same issues.

    https://www.dropbox.com/s/9ajv0hpofi3ei4z/items_worth-files.zip?dl=0

    Thanks for listening.

    @Jffsprs (Jeffster)
     
    #1 Jeffster_, May 4, 2016
    Last edited: May 4, 2016
  2. 314 Irrational GameAdmin, former ServerAdmin
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,010
    Trophy Points:
    101,160
    EcoDollars:
    $6,000,000
    Ratings:
    +4,919
    I am not exactly sure what you are suggesting here - from my point of view you are suggesting to assign /worth values to meta-IDs of potions?

    This works... in 1.8. Trade signs and /worth both use IDs and meta-IDs to identify the item. 1.9 changed it to NBT tags. Neither /worth nor trade signs can read those, which means that potions (and spawner eggs) have become unusable for both selling methods at the same time.

    Assuming I am interpreting the suggestion correctly:
    Not possible due to the 1.9 change that broke potions' /worth and [Trade].
     
  3. Jeffster_ тнε мαη, тнε мүтн, тнε נεғғsтεя!
    President ⛰️⛰️ Ex-EcoLegend ⚜️⚜️⚜️⚜️ Prestige ⭐ II ⭐ Premium Upgrade

    Joined:
    Mar 27, 2013
    Messages:
    233
    Trophy Points:
    68,810
    Gender:
    Male
    Ratings:
    +92
    Well I have tested this on a local server that is running 1.9.2 Spigot, with a [trade] sign to store potions, and it does work... I have used :

    1st line [trade] 2nd line 64 Bedrock 3rd line 1 nvisionpot 1

    and i'm able to add to the sign and retrieve.
    Well hopefully they can find a work around.
     
    #3 Jeffster_, May 4, 2016
    Last edited: May 5, 2016
  4. 314 Irrational GameAdmin, former ServerAdmin
    EcoLegend ⛰️⛰️⛰️⛰️ Ex-President ⚒️⚒️ Prestige ⭐ VI ⭐ Premium Upgrade

    Joined:
    Apr 1, 2014
    Messages:
    7,010
    Trophy Points:
    101,160
    EcoDollars:
    $6,000,000
    Ratings:
    +4,919
    Okay, this is weird, because it does not work on my 1.9.2 version of Spigot. I will re-examine this later today...