I wanted to spawn mobs in a certain world, or get them there.
First, I used this:
That didn't work
Then, I used this:
That didn't work either. What does work? How do I spawn mobs in a specific world?
First, I used this:
code_language.skript:
spawn zombie at {location} in world "WorldName"
Then, I used this:
code_language.skript:
spawn wither skeleton at world "WorldName"
teleport last spawned wither skeleton to {location}