You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I tried showing the player's head, but the head is not displayed at all. It only works without a skull owner or texture. Is there anything I can do to display the head with texture?
private Line<ItemStack> head = itemLine(new ItemBuilder(Material.PLAYER_HEAD).setSkullOwner("Cypix").toItemStack()); // not showing
private Line<ItemStack> head2 = itemLine(new ItemBuilder(Material.PLAYER_HEAD).toItemStack());
The text was updated successfully, but these errors were encountered:
CypixDev
changed the title
Player head with skull owner or texture is not shown
The player's head with a skull owner or texture is not displayed
Jan 8, 2025
Hey, I tried showing the player's head, but the head is not displayed at all. It only works without a skull owner or texture. Is there anything I can do to display the head with texture?
The text was updated successfully, but these errors were encountered: