Spawn spider jockey

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

XX_Oscar_XX

Member
Oct 21, 2019
3
0
0
74
I want to spawn a spider jockey at a location. Picture. However i can't seem to find a way to get it working. Please help me as soon as possible.

Version: 1.12.2
 
Why is this is skript help? Heres the command to spawn a spider jockey anyway:

/summon spider ~ ~ ~ {Passengers:[{id:skeleton}]}

If you wanted this in a bit of skript code, you can use the "execute console command" line
 
This will work:
Code:
command /spiderjockey:
    permission: *
    trigger:
        spawn spider at location of player
        set {_spider} to last spawned spider
        spawn skeleton at location of {_spider}
        make last spawned skeleton ride {_spider}
 
Status
Not open for further replies.