❗ Checklist
📍 Description
When getting a Player Head ItemStack using BlockMenu#getItemInSlot() the given ItemStack's SkullMeta does not have the owner details available.
📑 Reproduction Steps

In the above shot, instanceOne is derived from SlimfunItem#getRecipeOutput and has the owner details (for reference, it's a Cargo node). 'instanceTwo' is the ItemStack via BlockMenu#getItemInSlot and is the correct ItemStack in all bar this one element. The Skull meta has all details (including GameProfile with the correct UUID) but no owner name in the profile and thus 'getOwningPlayer()` is retuning null.

When pulling the ItemStack out by hand and checking the meta then, you get the above screenshot with the correct owner information within.
💡 Expected Behavior
The ItemStacks should match each other perfectly - at least with the correct owner details.
📷 Screenshots / Videos

📜 Server Log
No response
📂 /error-reports/ folder
No response
💻 Server Software
Paper
🎮 Minecraft Version
1.17.x
⭐ Slimefun version
Dev 999
🧭 Other plugins
No response
❗ Checklist
📍 Description
When getting a Player Head ItemStack using
BlockMenu#getItemInSlot()the given ItemStack's SkullMeta does not have the owner details available.📑 Reproduction Steps
In the above shot,
instanceOneis derived fromSlimfunItem#getRecipeOutputand has the owner details (for reference, it's a Cargo node). 'instanceTwo' is the ItemStack viaBlockMenu#getItemInSlotand is the correct ItemStack in all bar this one element. The Skull meta has all details (including GameProfile with the correct UUID) but no owner name in the profile and thus 'getOwningPlayer()` is retuning null.When pulling the ItemStack out by hand and checking the meta then, you get the above screenshot with the correct owner information within.
💡 Expected Behavior
The ItemStacks should match each other perfectly - at least with the correct owner details.
📷 Screenshots / Videos
📜 Server Log
No response
📂
/error-reports/folderNo response
💻 Server Software
Paper
🎮 Minecraft Version
1.17.x
⭐ Slimefun version
Dev 999
🧭 Other plugins
No response