Hello. My server has been up for a couple of days but just today people have been spawning in another world and not the spawn world with the spawn. I have MV and /mv setspawn , I /setworldspawn and all other commands,I went into the config in MV and set first join spawn to the correct spawn and in essentials have newbies first spawn point set to the correct one. Anyone have this happen to them or know how to fix this? I haven't added in any plugins in a few days also.
MultiWorld does not allow you to set a certain world as default. You should change level-name in to your server.properties instead. Don't forget to restart.
Code (Text): multiverse-configuration: ==: com.onarandombox.MultiverseCore.MultiverseCoreConfiguration enforceaccess: 'false' prefixchat: 'false' teleportintercept: 'true' firstspawnoverride: 'true' displaypermerrors: 'false' globaldebug: '0' messagecooldown: '0' version: '2.9' firstspawnworld: world #Set your world here. teleportcooldown: '0'
firstspawnoverride: 'true' firstspawnworld: world #Set your world here. Those two lines would be the ones to override the already set spawn you have. Making MV use the spawn and not essentials or whatever you're using.
My bad, I thought he was using MultiWorld instead. Indeed, with MultiVerse it's possible as @NotWhiteyLol showed above.
Just like you said, Multiverse Overrides the EssentialsSpawn section of Essentials and straight up teleports them to the spawn configured in Multiverse when the world was created/imported. Let me know if it works for you now @Tyleranthony7
It's fine, there's a few multiworld creation plugins out there. xP But I'm not sure which one he uses or if any. :/
You need these two lines changed: firstspawnoverride: 'true' <------ Needs to be true. firstspawnworld: world #Set your world here.
Check spawn.yml in essentials. Check worlds folder in Multiverse. In the world folder of Multiverse you will find world settings. Like spawns etc.
Yeah those are the "first" spawns, meaning when a player joins for the first time that is where they will spawn, try setting the essentials spawn to the same place too. That should work.