how do i make it so a gui opens up when the player first joins the world

Started by kingmirak12 on

Topic category: Help with modding (Java Edition)

Last seen on 03:05, 12. Nov 2023
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
how do i make it so a gui opens up when the player first joins the world

i have been trying a few ways ive seen, and one way used variables, but when i tried putting the variables in, they weren't there and i couldnt import the variables into the purple get/ set parts, help

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Help, you want it? Its youre…
Mon, 04/19/2021 - 09:42

Help, you want it? Its youre's  my friend! As long as follow the steps:

--------------------------------------------

1. Create a variable called "Player_Join"

1.1 Make the variable  (number type) and (player lifetime scope)

1.2 The result should look like this: https://drive.google.com/file/d/1bqJJ2LGgrfx4U5eqF-CAWdqZwxEYGR9E/view?…

--------------------------------------------

2. Here's the main code: https://drive.google.com/file/d/1bg8LAS-Io61pQakKsClse6FoJCE9-G7E/view?…

--------------------------------------------

:)

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
These links might not work,…
Mon, 04/19/2021 - 18:27

These links might not work, so here's the 100% working ones.

--------------------------------------------

1.2 The result should look like this: https://ibb.co/cY1RLnJ

--------------------------------------------

2. Here's the main code: https://ibb.co/DRyyR8H

--------------------------------------------

Last seen on 03:05, 12. Nov 2023
Joined Aug 2017
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Thankyou :D  
Mon, 04/19/2021 - 22:48

Thankyou :D

 

Last seen on 09:43, 1. Jun 2022
Joined Apr 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No big deal!
Tue, 04/20/2021 - 14:37

No big deal!

Last seen on 23:20, 12. May 2023
Joined Dec 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey CodeLovingBosin, maybe…
Wed, 02/02/2022 - 03:12

Hey CodeLovingBosin, maybe you can help me too. How can i execute commad when player joins a world?

I did this but it now worked. 

 

https://i.imgur.com/xQuqyj0.png