How would I make player spawn in custom dimension?

Started by modbroz on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How would I make player spawn in custom dimension?

Basically what the title says. I want to spawn and respawn in my custom nether dimension

Joined Apr 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
"When player joins world"…
Sun, 11/30/2025 - 17:49

"When player joins world" global trigger, and then just do "Set dimension to [your dimension]" in the player procedure category (or maybe entity)