How do i spawn an entity in the end dimension?

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

youri kelderman

New Member
Feb 25, 2020
5
0
0
19
I want to summon a zombie in the end dimension but i dont know how, ive tried a load of different things but none seem to work, here is how i want it to work:

command /SpawnBoss1:
trigger:
spawn 1 zombie at 221 77 30 in dimension end

but the last part doesnt work, ive tried to move the words around but cant find anything to work.
(also it should not spawn at a players location but at a fixed location in the end even when theres nothing near)
 
You could just make a command to set a variable to the location in the end, and then spawn the zombie at that location.
 
set {_loc} to location at X, Y, Z in world "world_the_end"

span X at {_loc}
 
Status
Not open for further replies.