Solved Can not spawn outside of world.

  • 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 community!

    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.

Daniel627_

Member
Jul 15, 2017
3
0
0
I don't understand why this is but when I try to spawn in a zombie, this comes up. "Can not spawn outside of world." I have no idea why, I have attached the file, if you know why, please can you send me a corrected version.
 
I don't understand why this is but when I try to spawn in a zombie, this comes up. "Can not spawn outside of world." I have no idea why, I have attached the file, if you know why, please can you send me a corrected version.
I think its because you are using the console to execute the command so it isn't specified which world the mob has to spawn in.
 
  • Like
Reactions: Daniel627_
It's because console doesn't have a world, you will have to either use the spawn effect with skStuff to add the nbt or use the execute command so it takes the world of the target as reference.
 
  • Like
Reactions: Daniel627_
It's because console doesn't have a world, you will have to either use the spawn effect with skStuff to add the nbt or use the execute command so it takes the world of the target as reference.
So say I had a bungee network and had to spawn it on a server named PVP, how would I do so via the console?
 
So say I had a bungee network and had to spawn it on a server named PVP, how would I do so via the console?
Skript doesn't have cross-server support, you could use SkellettProxy and its evaluate effect which let's you evaluate something in a specific server. I hope @LimeGlass can explain this better.
 
Skript doesn't have cross-server support, you could use SkellettProxy and its evaluate effect which let's you evaluate something in a specific server. I hope @LimeGlass can explain this better.

Skript doesn't have cross-server support, you could use SkellettProxy and its evaluate effect which let's you evaluate something in a specific server. I hope @LimeGlass can explain this better.
Thanks for the help.
[doublepost=1500226700,1500226546][/doublepost]
Skript doesn't have cross-server support, you could use SkellettProxy and its evaluate effect which let's you evaluate something in a specific server. I hope @LimeGlass can explain this better.
Wait, would it work if I changed make console execute command to make player execute command
 
Thanks for the help.
[doublepost=1500226700,1500226546][/doublepost]
Wait, would it work if I changed make console execute command to make player execute command
If you are in the world were the mobs need to be spawned, yes.
 
Thanks for the help.
[doublepost=1500226700,1500226546][/doublepost]
Wait, would it work if I changed make console execute command to make player execute command
code_language.skript:
evaluate "execute console command ""/this""" on bunegecord server "hub"
 
Status
Not open for further replies.