1. 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!

  2. LOOKING FOR A VERSION OF SKRIPT?

    You can always check out our Wiki for downloads and any other information about Skript!

Dismiss Notice
This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Solved how to make an armor stand hold a custom player head with value

Discussion in 'Skript' started by Leon123232, May 6, 2021.

Thread Status:
Not open for further replies.
  1. Leon123232

    Leon123232 Member

    Joined:
    May 6, 2021
    Messages:
    1
    Likes Received:
    0
    I want to know how to make an armor stand hold a custom player head using the value.
    This is the code I currently have:
    command /pet1:
    trigger:
    spawn a armor stand at location in front of player's eyes
    set {pet.%player%} to "enderman"
    set {_fs} to last spawned armor stand
    add "{Invisible:1}" to {_fs}'s nbt
    add "{Rotation:360f}" to {_fs}'s nbt
    set the held item of {_fs} to player head
    make {_fs} ride player
     
  2. xxxHIxxx

    xxxHIxxx Member

    Joined:
    May 2, 2021
    Messages:
    21
    Likes Received:
    1
    set {_head} to skull from skin with value "" signature ""

    set the held item of {_fs} to {_head}

    you need to download (mundoSK) addon

    and use this
    https://minecraft-heads.com/custom-heads to value

    :emoji_innocent:
     
    #2 xxxHIxxx, May 6, 2021
    Last edited: May 7, 2021
Thread Status:
Not open for further replies.

Share This Page

Loading...