Creating a procedure that happens when I create the world.

Started by Lord_Gator on

Topic category: Help with modding (Java Edition)

Last seen on 23:16, 12. Nov 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating a procedure that happens when I create the world.

Hello! I am trying to make a procedure that when I create the world it will automatically send you to a custom dimension. Can you please help? Thanks.

Last seen on 19:21, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Thu, 05/20/2021 - 03:23

this is how

Last seen on 23:16, 12. Nov 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thank you but that will make…
Fri, 05/21/2021 - 21:01

Thank you but that will make it so you go to the same spot every time you join the world.

Last seen on 23:16, 12. Nov 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Wait, when I try to do it it…
Fri, 05/21/2021 - 21:12

Wait, when I try to do it it says that I don't have the required dependency dimension.

Last seen on 19:21, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
try using "Player tick…
Fri, 05/21/2021 - 21:26

try using "Player tick update"

Last seen on 23:16, 12. Nov 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It still doesn't work.
Fri, 05/21/2021 - 21:27

It still doesn't work.

Last seen on 19:21, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
(No subject)
Fri, 05/21/2021 - 21:39

see

Last seen on 19:21, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Try that instead of …
Fri, 05/21/2021 - 21:40

Try that instead of "provided dimension type = ___"

Last seen on 13:29, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Well what I do for those is…
Fri, 05/21/2021 - 21:54

Well what I do for those is just create a variable called PlayerJoin. Initially it is false, and then in your procedure you get do "If PlayerJoin is False, then switch dimension to [insert dimension here]. Then make sure you set PlayerJoin to true so that the next time they load up the world they don't just go back to the dimension if they're already in it.

Last seen on 23:16, 12. Nov 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
It worked thank you!
Fri, 05/21/2021 - 22:15

It worked thank you!

Last seen on 19:21, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
which of our solutions…
Fri, 05/21/2021 - 22:44

which of our solutions worked?

Last seen on 16:56, 27. Mar 2024
Joined Mar 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
CaiGuyCrafter's solution, it…
Sat, 05/22/2021 - 00:42

CaiGuyCrafter's solution, it always work

Last seen on 23:16, 12. Nov 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
supermj767 yours worked…
Sun, 05/23/2021 - 18:15

supermj767 yours worked thanks!

Last seen on 19:21, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Np :D
Sun, 05/23/2021 - 18:23

Np :D

Last seen on 13:29, 26. Mar 2024
Joined Dec 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Haha, it's not a competition…
Wed, 05/26/2021 - 19:25

Haha, it's not a competition guys. But yeah, I do love using the variables to decide if you came in first. Maybe you could use it some other time.