How can I reset the player's spawn

Started by Glow Glow Glowsquid on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How can I reset the player's spawn

So I made a mod with a new dimension and long story short I'm trying to make a block that sets the player's spawn in that dimension. I can't figure out how to reset my spawn once I set my spawn as if I set it to the world spawn coordinates, it would still respawn the player in the custom dimension

Any help would be appreciated!

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Did you use tick update for…
Sat, 02/26/2022 - 13:21

Did you use tick update for the block if yes

 

Use the one that is touch block or something like that

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm sorry, but I don't…
Sat, 02/26/2022 - 17:56

I'm sorry, but I don't understand

 

How would using "touch block" reset the player's spawnpoint to world spawn?

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Oh misundurstand what you…
Sat, 02/26/2022 - 22:38

Oh misundurstand what you want

What about beds

Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hmmm Im not sure what's…
Sun, 02/27/2022 - 22:42

Hmmm Im not sure what's Going on 

Maybe u sould search it up on mcreator searcbar in the top right corner

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
procedure: when player…
Mon, 02/28/2022 - 02:27

procedure: when player enters dimension (yourdimension) do (setworldspawn)

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You don't understand, I want…
Tue, 03/01/2022 - 20:08

You don't understand, I want a way to set a player's spawn in the overworld while in a custom dimension