Can anyone help me? It is about worlds.

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

christianmv84

Active Member
Jul 20, 2017
50
0
0
59
The last time I posted a similar post, I did not understand everything correctly

I will explain my situation a bit :

what I want to put is

code_language.skript:
        execute console command "/setblock 730 40 -1030 minecraft:skull 1 replace {Owner:{Id:""fb81f77f-3a6b-45c7-96b5-6663a20ff754"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBjZDcxZmJiYmJiNjZjN2JhZjc4ODFmNDE1YzY0ZmE4NGY2NTA0OTU4YTU3Y2NkYjg1ODkyNTI2NDdlYSJ9fX0=""}]}},SkullType:3,Rot:0}"

But that head is not placed in the world that I want it to be placed

TY
 
The last time I posted a similar post, I did not understand everything correctly

I will explain my situation a bit :

what I want to put is

code_language.skript:
        execute console command "/setblock 730 40 -1030 minecraft:skull 1 replace {Owner:{Id:""fb81f77f-3a6b-45c7-96b5-6663a20ff754"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBjZDcxZmJiYmJiNjZjN2JhZjc4ODFmNDE1YzY0ZmE4NGY2NTA0OTU4YTU3Y2NkYjg1ODkyNTI2NDdlYSJ9fX0=""}]}},SkullType:3,Rot:0}"

But that head is not placed in the world that I want it to be placed

TY

code_language.skript:
Set {_loc} To location 0, 0, 0 in world "worldnether"
Set block at {_loc} To player head with custom nbt "nbt here"
 
[doublepost=1513694996,1513693216][/doublepost]
This part is nbt

{Owner:{Id:""fb81f77f-3a6b-45c7-96b5-6663a20ff754"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBjZDcxZmJiYmJiNjZjN2JhZjc4ODFmNDE1YzY0ZmE4NGY2NTA0OTU4YTU3Y2NkYjg1ODkyNTI2NDdlYSJ9fX0=""}]}},SkullType:3,Rot:0}

No, it does not work and I miss 2 errors

Can't understand this expresions: ('location 757', 56' and '-1003 in world "AbstrackWorld"
 
Last edited:
Status
Not open for further replies.