Code (Text): ItemStack item_skull = new ItemStack(Material.SKULL_ITEM); ItemMeta meta_skull = item_skull.getItemMeta(); meta_skull.setDisplayName(ChatColor.GREEN + "Bear"); item_skull.setItemMeta(meta_skull); Hello, I'm using the code above to create and modify metadata of an item? How does one put a custom texture on a skull? I've been looking around and everything I've found I don't understand. Anyone able to give an explanation on how? Thanks Kind Regards, Lachlan
He said something about custom texture so using a normal player doesn't work when he doesn't have the custom texture as a skin. This should help you.