Discord Thread nbt -- Need help with figuring out why the armor stand will not summon!

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

This thread came from the skUnity Discord. You can't reply to it here but if you join the skUnity Discord, you'll be able to post a reply there. The thread link is part of the thread's message.
Status
Not open for further replies.

skUnity Discord

Site Manager
Aug 5, 2023
12,755
1
0
The skUnity Discord
discord.gg
? spawn armor stand at location {egg1} with nbt compound from "{CustomNameVisible:1b,Invisible:1b,ArmorItems:[{}, {}, {}, {Count:1,id:emoji_stuck_out_tongue:layerhead,SkullOwner:{Id:[I;-1087116319,-1769979139,-1962208225,-737641189],Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWQxZTE3MjBiZTYwZjdkZWQ3OTFlYjlmNTNlNzUyNzQ5ODEzN2M5NWU5YzE0MzM5NGFiYzk0NGFkMmNiNDdiOCJ9fX0=""}]}}}"

Posted by: et4xn from the skUnity Discord. View the thread on skUnity Discord here
 
No, errors are recording,,,,
but the armor stand will not summon....
on right click:
if player is sneaking:
stop
if {setdragonegg::%player's uuid%} is true:
if event-block is dragon egg:
cancel event
send "working" to player
set {_egg1} to location of event-block
spawn armor stand at location {egg1} with nbt compound from "{CustomNameVisible:1b,Invisible:1b,ArmorItems:[{}, {}, {}, {Count:1,id:emoji_stuck_out_tongue:layerhead,SkullOwner:{Id:[I:-1087116319,-1769979139,-1962208225,-737641189],Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWY4NTExZWE5ODNjMzNlMzRjZTdjYjNhYmVjYjEzNDJjM2Y4ZDBmNGIyN2QzMjg1OTQ4NTNjNDExZjNjYTg3ZiJ9fX0=""}]}}}]}"
set {_loc} to location of last spawned armor stand
set y coordinate of {_loc} to (4.8)
set event-block to air
send "%{_loc}%" to player
teleport last spawned armor stand to {_loc}
set {_ft} to last spawned armor stand
set name of last spawned armor stand to "<##B2A588>&lDOG &7| <##E0FAF2>&lCOMMON"
wait 2.5 seconds
kill last spawned armor stand
set event-block to dragon egg
Sorry for the poorly formatting skills I have

Posted by: et4xn from the skUnity Discord.
 
Status
Not open for further replies.