Started by
ImDaMilan
on
Topic category: Help with MCreator software
The question is pretty straight forward - how do I make the player start their world in the Nether if a certain global variable is true? Make them start as in make their starter spawnpoint in the Nether. Any help is highly appreciated!
I Will try to help you
First, you need to use mcreator 2021.2, because is in the 1.16 the version you can set the player spawpoint in the Nether
You need to do a logic variable and make it false, later, do a procedure activated by "when a player enters the world"
Later do this:
If "variable" = false do
Set dimention of current Entity to "Nether" (i dont remember if that procedure exists, if not, I'm sorry)
Ejecute command "/spawpoint"
Set "variable" to false
I wish that help you
https://drive.google.com/file/d/16H3VDcNw-0SELcm3bPvjLW3fHvqnU16u/view?usp=sharing
This is a link to an image explaining it