Giving player head with custom nbt

  • 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.

Flasser

New Member
Oct 19, 2021
7
0
1
19
This does not work for some reason, anyone know any addon or somehing ive typed wrong?

Code:
give player 1 player head with custom nbt "{display:{Name:""&eGold Block""},SkullOwner:{Id:""6467bedd-82d5-4f54-891d-9da25afa5609"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmVkM2UxMzcyZDYyMDc4Zjk0MDRkODdmMDUzODEzMTFkZDg3MDcyODczMTIwZDQ3MTVlNjMzNWQ1YmY3ZWM0ZiJ9fX0=""}]}}}"

This is from a command and this is the error message i got.

upload_2021-11-5_13-18-50.png


This does not work either.
Code:
execute console command "/give %player% skull 1 3 {display:{Name:"Redstone Block"},SkullOwner:{Id:"544b201d-46ec-44b7-8555-a761471fbc7b",Properties:{textures:[{Value:"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzE2ODI5MWFiYWM0YTVmODZmZThiMzYwMzM4OTg2YWVlN2FiY2I3ZjRiODE2OWViNTVkZmVjOTI4NTYxMjU4In19fQ=="}]}}}"

I use minecraft 1.8.9 and so does the server.
I got the command from https://minecraft-heads.com/custom-heads/blocks/18385-redstone-block
 
You can't use quotes inside quotes like this because skript will confuse it for text so you should get an nbt addon.
 
You can't use quotes inside quotes like this because skript will confuse it for text so you should get an nbt addon.
you can use quotes, you just have to double the ones inside the original quotes
 
Status
Not open for further replies.