FreshCoal Generator In Skript?

  • 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.
Just get the texture of that skin/skull and then add it to the skull's nbt with skStuff, example:
code_language.skript:
set {_nbt} to "{display:{Name:""Nutella""},SkullOwner:{Id:""014df015-7eba-4ad0a0e0-83164b7a45f2"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE1ZGNiMmRhMDJjZjczNDgyOWUxZTI3M2UzMDI1NjE3ZDgwNzE1MTZmOTUzMjUxYjUyNTQ1ZGE4ZDNlOGRiOCJ9fX0=""}]}}}" #remember that you have to double the quotes.
format gui slot 0 of player with skull with nbt {_nbt} to do nothing #this is the GUI Manager of TuSKe, not skQuery's format slot.
 
Just get the texture of that skin/skull and then add it to the skull's nbt with skStuff, example:
code_language.skript:
set {_nbt} to "{display:{Name:""Nutella""},SkullOwner:{Id:""014df015-7eba-4ad0a0e0-83164b7a45f2"",Properties:{textures:[{Value:""eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTE1ZGNiMmRhMDJjZjczNDgyOWUxZTI3M2UzMDI1NjE3ZDgwNzE1MTZmOTUzMjUxYjUyNTQ1ZGE4ZDNlOGRiOCJ9fX0=""}]}}}" #remember that you have to double the quotes.
format gui slot 0 of player with skull with nbt {_nbt} to do nothing #this is the GUI Manager of TuSKe, not skQuery's format slot.
already install the add-ons and put the code and when recharging gave me this error:
zJvAUfl.png
 
Status
Not open for further replies.