How to check if a player is in a certain dimension?

Started by Xboy1 on

Topic category: Help with MCreator software

Last seen on 20:59, 7. Oct 2022
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to check if a player is in a certain dimension?

Sorry for posting 2 forum topics right after another, Ik it's not bad but it feels wrong for some reason. Anyways, I need to know how to check if a player is in a dimension. I've been trying to find this out for about an hour and I'm starting to get frustrated because I can't do a such a simple thing. I've tried the ID of dimension entity is in block, but it wont let me compare it with a number or text, same with "Get dimension ID for provided world" which it won't let me change what the "provided world" is even though almost all the other blocks let you do it too. If anyone knows how to do it, please say so!

I suggest you check our…
Sun, 08/01/2021 - 09:00

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 13:49, 20. Apr 2023
Joined Oct 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you have a dimension with…
Sun, 08/01/2021 - 14:48

if you have a dimension with biomes that are only in that dimension you can have it check if the player is in a specif biome

Last seen on 20:59, 7. Oct 2022
Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if you have a dimension with…
Tue, 08/03/2021 - 03:20

if you have a dimension with biomes that are only in that dimension you can have it check if the player is in a specif biome

Thanks that may not work in all cases though. Do you know how to make a custom skybox texture for a specific dimension? I made a post about it but nobody is responding to it. 

Last seen on 06:33, 1. May 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Use If (Dimension <event…
Wed, 08/11/2021 - 04:23

Use

If (Dimension <event/target entity> is in) (the green equals block) (some dimension/in "minecraft components" tab)

Last seen on 06:33, 1. May 2023
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The skybox is very advanced…
Wed, 08/11/2021 - 04:23

The skybox is very advanced.Almost nobody knows.Try asking on StackOverflow.

Last seen on 13:49, 15. Jan 2023
Joined Jun 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can detect when the…
Wed, 05/11/2022 - 19:25

You can detect when the player is standing in a specific block, and check if that block is a specific type of portal.