#Selling potions with extended time by "alchemist" ability
1 messages · Page 1 of 1 (latest)
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
There is a way of ignoring nbt tags but i need to know what tags are being added to do so.
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
when i run that command i just get "The target block is not a block entity"
did you use the coords of the chest? If you look at the chest it will tab complete the coords
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"
It might work if you just put PublicBukkitValues to ignore everything in it?
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
Can you ignore lore too?
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
Other plugins might be using PublicBukkitValues to identify different custom items
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
server name?
Bumping for 2025, has there been any new progress to this issue? Also tried adding to the economyshopgui main config line sold-items-ignored-NBTtags: with 'CustomPotionEffects' 'lore' 'public_bukkit_values' and none work, are there any other custom NBT tags auraskills uses for potion length data?