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)
Thread Tools
Thread Tools
-
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]. -
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. -