Jump to content
  • 0

How to set spawn in a different world.


TheRealReckt

Question

Hi. I have been using Multiverse core to make different worlds on my server, but I am having trouble setting the spawn to a different world. Commands like /mvm set respawnworld world, and /setspawn do not work and players still spawn in the default world. Is there any way to fix this?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Make sure when running those commands, that the console is not spewing any errors. If its not, try typing /mvm set respawn worldname worldname  (example: /mvm set respawn worldA) Make sure you're in the world you're wanting to set the respawn location to. - or try /mv set spawn

if you wish to make it so they spawn in a specific world, go to multiverse's config, and look for "Firstspawnworld" and put the name of the world you wish for them to be in when they join the server.

12/10/22 - 4/29/24
[Mod] 4/29/24 - present

(If you need one of the things below, feel free to click on them.)
Appeal | Report | Support
image.gif.68338c74958f6ea949377c85338bda14.gif

Link to comment
Share on other sites

  • 0
On 7/8/2024 at 1:17 AM, Mwuhh said:

Make sure when running those commands, that the console is not spewing any errors. If its not, try typing /mvm set respawn worldname worldname  (example: /mvm set respawn worldA) Make sure you're in the world you're wanting to set the respawn location to. - or try /mv set spawn

if you wish to make it so they spawn in a specific world, go to multiverse's config, and look for "Firstspawnworld" and put the name of the world you wish for them to be in when they join the server.

I tried this but you still do not respawn in the world.

Link to comment
Share on other sites

  • 0
32 minutes ago, TheRealReckt said:

I tried this but you still do not respawn in the world.

you could try using skript to set a respawn point:
 

on respawn:
	set respawn location to location(0, 0, 0, world("world"))

 

 

 

image.png.bc433d6489d70ad831075fe76809b993.png
 

Owner of Lifestealed, Labs, Encore, UNOfficially and Observed
 

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 - 5/8/2024

[MOD] 5/8/2024 - Present

 

Link to comment
Share on other sites

  • 0
On 7/10/2024 at 4:12 PM, Pryzmm said:

you could try using skript to set a respawn point:
 

on respawn:
	set respawn location to location(0, 0, 0, world("world"))

 

Hey this helped and I just wanted to put it so everyone can see if they are having this problem.

on respawn:
    set respawn location to location(0, 0, 0, world("world"))
on first join:
    teleport player to location(0, 0, 0, world("world"))
command /spawn:
    Trigger:
        teleport player to {spawn}
command /setspawn:
    permission: spawn.set
    trigger:
        set {spawn} to location of player
        send "&aYou have set spawn to ""%{spawn}%"""    

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