Hi all,
I'll try to explain the problem i got on my server.
In a quest, i ask the player to give 32 Sugar (default minecraft item - Without lores or enchantments + the name is not changed).
In another quest i ask for Sugar "Flour" (default minecraft item - With Lores, enchantments + a different name "Flour")
The problem is that the plugin will not do the difference between Sugar and Flour for the first quester.
Fot the second it's ok ! The quester will not take Sugar but only Flour.
So the problem is only on 1 way and with vanilla items (not edited items)
Is there a way to fix this problem ?
Because actually if a player have "Flour" in his inventory, the first quester will take the "Flour" instead of Sugar.
Thank you in advance.
There is: name:none (in regular Sugar)
You can also add enchantments:none etc, but in your case name will do the trick.
Just use name:none lore:none like in https://github.com/Co0sh/BetonQuest/wiki/Reference#items described.
That schould work for you^^
Ouhh Co0sh was faster :D
So much thanks ;-)
I'd strongly recommend to use the lore, as players can change the name of an item themselves but not the lore.
Most helpful comment
Ouhh Co0sh was faster :D