Teleporting another player to me from a seperate dimension

Started by Okram0 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Teleporting another player to me from a seperate dimension

Hello!

I am trying to make a block that will retrieve a random player from a custom dimension I made, but I don't quite know how it will "find" the player in this other dimension.

The idea is to use the block, and the block gets a random player currently in the other dimension and teleports them to me.

 

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I don’t how to get all…
Wed, 03/11/2026 - 21:30

I don’t how to get all players from a dimension, but you can get all players in the world and use an if statement to check dimension and then use that.

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
That would work! How can I…
Thu, 03/12/2026 - 14:15

That would work!

How can I do that?