Jump to content
  • 0

Spawn World [MultiVerse]


Sethie

Question

When someone joins (either a new player or a returning player) I want them to be automaticly tp'd the other world. I've used /mvsetspawn but that doesnt seem to work.

ex. Player joins for the first time, but spawns in world B, Instead of them spawning in world B I want them to spawn in world A

Any help would be greatly appreciated

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
14 hours ago, Sethie said:

Just to check, the primary world is the "Level Name" part right?
if so, neither of them worked

 

what did you use in skript?
Heres a example code:
 

on join:
	teleport player to location(69, 12, 420, world("world"))

 

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

  • 1
1 hour ago, Sethie said:

When someone joins (either a new player or a returning player) I want them to be automaticly tp'd the other world. I've used /mvsetspawn but that doesnt seem to work.

ex. Player joins for the first time, but spawns in world B, Instead of them spawning in world B I want them to spawn in world A

Any help would be greatly appreciated

You have to change the primary world in minehut.com > settings.

Or if you prefer skript, you can use this:
 

on join:
	teleport player to location(<YOUR X-COORDINATE>, <YOUR Y-COORDINATE>, <YOUR Z-COORDINATE>, world("<YOUR WORLD NAME>"))

 

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Lifestealed | Minecraft Servers
 

OG [VIP] 12/26/20 - 10/27/2021
OG [PRO] 12/27/21 - 11/18/2022
OG [LEGEND] 11/18/2022 - 3/14/2023
[DEFAULT] 3/14/2023 - Present

 

Link to comment
Share on other sites

  • 0
On 10/24/2021 at 3:15 PM, AgentGamerPro said:

You have to change the primary world in minehut.com > settings.

Or if you prefer skript, you can use this:
 

on join:
	teleport player to location(<YOUR X-COORDINATE>, <YOUR Y-COORDINATE>, <YOUR Z-COORDINATE>, world("<YOUR WORLD NAME>"))

 

Just to check, the primary world is the "Level Name" part right?
if so, neither of them worked

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...