(solved) I need help with my dimension spawning

Started by sweet on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(solved) I need help with my dimension spawning
Tue, 11/04/2025 - 02:52 (edited)

Hey everyone,

I'm working on a custom dimension setup and running into some trouble with player spawning. I want players to spawn directly into a specific dimension when they join the world—not the Overworld—and I want the world spawn to be set in that dimension as well.

Here’s what I’m trying to achieve:

  • When a player joins the world for the first time, they should be sent to my custom dimension.
  • The world spawn should be set in that dimension, so respawns also happen there.
  • Most importantly, I want players to spawn on solid land—not inside blocks, underground, or in water.

I’m not looking to teleport players every time they die or use portals—just a one-time setup when they first join that sets the world spawn and places them safely on land in the custom dimension.

If anyone has experience with dimension management, spawn logic, or knows how to ensure safe land spawning, I’d really appreciate your help!

Thanks in advance! (p.s. Pls send screen shots)

Edited by sweet on Tue, 11/04/2025 - 02:52
Joined Jun 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Do you want something like…
Mon, 11/03/2025 - 23:05

Do you want something like in the End (A platform wich is appear when the player enterer the dimension)? If it is that, I can help you.

Joined Nov 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
here’s how i would do this:…
Tue, 11/04/2025 - 01:23

here’s how i would do this:

make a procedure for when the player joins the world, where it tps them to the dimension. then do the set world spawn command right after. you can this from mcreator blocks.

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
thank you sam  
Tue, 11/04/2025 - 02:53

thank you sam