DemonBoiAnzu / ItemQualities

A plugin that adds Qualities to Items, along with the ability for the user to create their own.
MIT License
10 stars 3 forks source link

NBT tags added to all items #2

Closed AlexBrightwater closed 2 years ago

AlexBrightwater commented 2 years ago

Apparently, all items get an NBT Tag so the plugin knows it is handcrafted. This caused quite the confusion among players on my server since they were no longer able to stack items of the same type since only some had NBT data due to the fact, that some items existed before the plugin was added and before the option for only allowing looted items to have qualities was added. Maybe there is a better way to implement this. :smile:

<censored name> has the following entity data: {id: "minecraft:oak_planks”, tag: {PublicBukkitValues: {"itemqualities:crafted"; 1}}, Count: 26b}

DemonBoiAnzu commented 2 years ago

oops! This was my bad, It's meant to only apply to tools. I'll fix this!

AlexBrightwater commented 2 years ago

Awesome!

DemonBoiAnzu commented 2 years ago

I've fixed the issue, check out 1.0.4.1 hotfix.