Solved Custom head texture

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

ItsAssasin

New Member
Jul 22, 2021
6
0
1
23
Hi!, im making custom items and i want to make a /givecustomitem command and one of the items will be a player head (https://minecraft-heads.com/custom-heads/humans/34995-iron-helmet), but when i say "with nbt {SkullOwner:{Id:""1d6168c5-9f23-4cba-80b8-665e726d2ed6"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmU1YTc1ZTlmODdmMGE5ZTNmZDA1MzQ2Y2FiM2UyMmVkZjNhNTlmODk1YjYxMzY2M2FjZmVkOGE2NjY5YjkxMiJ9fX0=""}]}}}" the head displays as normal.
Is there any solution?
Any help is welcome and any plugin needed can be installed :emoji_slight_smile:
 
You can just use "player's head" or "arg 1's head".
I dont want you to select the player wearing the skin, i want it to be a textured head. For example, if i make a custom head myself and i want to add i just put in the texture value or smth like that.

EDIT: I found a way (with SkBee i think)
here is my code:

Code:
set {_nbt} to "{SkullOwner:{Id:[I;-1211027,5318,141349,-10636],Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVlYjBiZDg1YWFkZGYwZDI5ZWQwODJlYWMwM2ZjYWRlNDNkMGVlODAzYjBlODE2MmFkZDI4YTYzNzlmYjU0ZSJ9fX0=""}]}}}"
set {_item} to player skull
give player {_item} with nbt "%{_nbt}%" with lore "I dont know"

I copied the give command at https://minecraft-heads.com/custom-heads/humans/34995-iron-helmet and i pasted it into the https://www.gamergeeks.net/apps/minecraft/give-command-generator/player-heads import section, then copied the command, removed the give @p stuff and put "" instead of " at the end and start of the value section
 
Last edited:
Status
Not open for further replies.