ShayPunter / QuickSell

GNU General Public License v3.0
1 stars 4 forks source link

Plugin will not save in-game items with custom meta data #3

Open RebelDs opened 2 years ago

RebelDs commented 2 years ago

Description (Required)

Trying to save a custom item to a shop. The item in question has a lot of meta data, including name, lore and other NBT Flags. I try to click on the cyan wool (the only option that takes into consideration the differences I need), but I can take that wool into my inventory, move it around, nothing happens. The other two options, as well as the rest of the plugin function correctly.

Steps to reproduce the Issue (Required)

  1. Take item which has custom name, lore, other NBT Flags
  2. Hold it in hand
  3. Create Shop
  4. Try to add item to shop
  5. Click on cyan wool
  6. Item is not saved, GUI broken.
  7. Try to save it only via material or no meta data, item can be saved

Expected behavior (Required)

I would expect the item in question to be saved, which is not.

Server Log / Error Report

The only relevant this is the error I get when trying to do that (no errors on startup or other actions): https://pastebin.com/FndUztW1

Environment (Required)