#Selling potions with extended time by "alchemist" ability

1 messages · Page 1 of 1 (latest)

solid hemlock
#

I'm using the plugin EconomyShopGUI and I was wondering if there is a way for me to be able to sell the potions that have been modified by the alchemist perk.
AuraSkills 2.0.6
EconomyShopGUI 6.4.3

#

It works with an instant harming potion since they are not modified.

muted violet
#

You would have to look in EconomyShopGUI to see if it's possible to ignore NBT data on items. There's nothing that can be done on the AuraSkills side

solid hemlock
#

There is a way of ignoring nbt tags but i need to know what tags are being added to do so.

muted violet
#

it's in PublicBukkitValues since it uses persistent data container

#

You can also put the potion in a chest and run /data get block x y z
to see the exact tags

solid hemlock
#

when i run that command i just get "The target block is not a block entity"

muted violet
#

did you use the coords of the chest? If you look at the chest it will tab complete the coords

solid hemlock
#

using tab it worked ty

#

I see the tag, is it "auraskills:duration_bonus" i need to ignore

#

Ive got no clue how nbt tags work, the examples shown are

#

ignored-tags:
- "Enchantments"
- "Damage"

muted violet
#

It might work if you just put PublicBukkitValues to ignore everything in it?

solid hemlock
#

Ill try it

#

It did not work sadly

#

'30':
material: POTION
buy: 149.8
sell: 37.45
potiontypes:
- long_slow_falling
ignored-tags:
- "PublicBukkitValues"

#

this is the example from the shop plugin

muted violet
#

Can you ignore lore too?

solid hemlock
#

Ill go ask them

#

I found that ignoring tags in specific items is a premium feture, but I can ignore PublicBukkitValues globaly and that works for now

#

If you can think of any problems that would cause I would like to know of them

muted violet
#

Other plugins might be using PublicBukkitValues to identify different custom items

solid hemlock
#

Yeah but we are not selling anything that uses them that i know of, and we are in testing phase to i will be informed if it does break something

eager sage
#

server name?

winged tendon