Solved Set custom NBT for placed block

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

Traeton

Member
Jul 22, 2017
2
0
0
27
Skript Version: 2.2-Fixes-V8b
Skript Author: Njol
Minecraft Version: 1.8.8-R0.1-SNAPSHOT
---
Full Code:
code_language.skript:
command /test:
    trigger:
        set block at player to 144:0 with custom nbt "{SkullOwner:{SkullType:3b,Id:""c79c0fba-aae5-4d8a-9d01-b3e256c41dfe"",Properties:{textures:[0:{Signature:""signed"",Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWQ1ZmNkMzEyODdkNjNlNzgyNmVhNzYwYTdlZDE1NGY2ODVkZmRjN2YzNDY1NzMyYTk2ZTYxOWIyZTEzNDcifX19""}]}}}"

Errors on Reload: None

Console Errors: https://pastebin.com/P4ySV2UV

Other Useful Info: I'm just trying to set the skin of an already placed head. Any other method would be appreciated.

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? N/A
 
Last edited:
Skript Version: 2.2-Fixes-V8b
Skript Author: Njol
Minecraft Version: 1.8.8-R0.1-SNAPSHOT
---
Full Code:
code_language.skript:
command /test:
    trigger:
        set block at player to 144:0 with custom nbt "{SkullOwner:{SkullType:3b,Id:""c79c0fba-aae5-4d8a-9d01-b3e256c41dfe"",Properties:{textures:[0:{Signature:""signed"",Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWQ1ZmNkMzEyODdkNjNlNzgyNmVhNzYwYTdlZDE1NGY2ODVkZmRjN2YzNDY1NzMyYTk2ZTYxOWIyZTEzNDcifX19""}]}}}"

Errors on Reload: None

Console Errors: https://pastebin.com/P4ySV2UV

Other Useful Info: I'm just trying to set the skin of an already placed head. Any other method would be appreciated.

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it? N/A

code_language.skript:
set target block to 144:0
add "{Owner:{Id:""78f0c232-7d83-4987-9e34-e15f421ceef9"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzQ3ZjRmNWE3NGM2NjkxMjgwY2Q4MGU3MTQ4YjQ5YjJjZTE3ZGNmNjRmZDU1MzY4NjI3ZjVkOTJhOTc2YTZhOCJ9fX0=""}]}},Rot:12b,id:""minecraft:skull"",SkullType:3b}" to nbt of target block
 
Status
Not open for further replies.