Patches to improve %cp-identical-[custom item],[slot]% placeholder with standard items. It will check the following for similarities - Material - Name - Lore - Enchantments
Items will now be injected with NBT to ensure they are not duplicated from panels (replacing the old way to prevent duplicating)
Added noNBT to itemType, when this is added the items will not receive the NBT tag
Custom data can now be added and stored for players when opening panels. This data is saved per player
set-data= [dataName] [Value] this will set data to a specific value
add-data= [dataName] [Value] this will only set the data if it doesn't already exist (useful in commands-on-open)
del-data= [dataName] delete the data from a player
%cp-data-[dataName]% get the value from a data type
using nocommand in the panelType will no longer disable the item command for a panels hotbar item