How do I make a structure that spawns only when the player joins a world for the first time?

Started by Reedomu on

Topic category: Help with modding (Java Edition)

Last seen on 15:31, 19. Mar 2024
Joined Jul 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How do I make a structure that spawns only when the player joins a world for the first time?

I'm trying to make a starter house that spawns when the player joins a world, but I can't figure out how to do that. I tried to follow tips from other forum topics but none of them seemed to help.

Any ideas that may help me? 

Last seen on 05:26, 25. Mar 2024
Joined Dec 2013
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Set global logic variable…
Wed, 09/28/2022 - 13:48

Set global logic variable and then create procedure with player joins the world. Place structure if this variable = false and then set this variable to true.

Last seen on 03:22, 19. Jun 2023
Joined Oct 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
^ can you type it in a…
Wed, 10/12/2022 - 23:31

^ can you type it in a procedure-like format or send a screenshot of the procedures? im new to procedures and im trying to do the same thing