This is the error code players receive when the item is linked in chat The plugin used to link items is Item2Chat Any help on fixing this would be very appreciated, thanks
Okay so 2 specific items? What are those specific items? Do they have anything on them like enchantments or a lore?
The two specific items are from a MythicMobs pack, I assume its because their names are too long, I changed the names on the items and the crashes dont happen when linked in chat. I would like to know how to prevent this from happening though, without having to change item names
There is no way to fix this. The string received on the client side cannot exceed Short.MAX_VALUE as stated on the "crash" screen. And this string contains all the datas about the item (enchants, metadata, etc.)