Search results

  1. S

    Question How to use Custom head with GUI

    I was able to resolve it. I could not have done it without you. Thank you very much.
  2. S

    Question How to use Custom head with GUI

    public static ItemStack createHead(URL url){ UUID uuid = UUID.randomUUID(); PlayerProfile profile = Bukkit.createProfile(uuid); profile.setTextures(); ItemStack head = new ItemStack(Material.PLAYER_HEAD); SkullMeta skullMeta = (SkullMeta) head.getItemMeta()...
  3. S

    Question How to use Custom head with GUI

    I would like to use the custom heads provided by minecraft-heads in the GUI https://minecraft-heads.com/custom-heads