How to make the player start in the Nether?

Started by ImDaMilan on

Topic category: Help with MCreator software

Last seen on 19:51, 22. Sep 2021
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make the player start in the Nether?

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!

Last seen on 23:35, 30. Oct 2023
Joined Jan 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I Will try to help you First…
Mon, 09/06/2021 - 00:39

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