Text that shows up on the screen at a certain time?

Started by ican'tipe on

Topic category: Help with modding (Java Edition)

Last seen on 23:33, 2. Dec 2019
Joined Mar 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Text that shows up on the screen at a certain time?

Hey,

             I want to make text on the center of the screen after 5 minuets of playing.

             Is this possible?

Yes, use a global timer to…
Thu, 10/31/2019 - 18:33

Yes, use a global timer to count 5 minutes, global variable to condition display and finally overlay mod element with the condition to show the overlay text after a given time.

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 21:47, 6. Jul 2021
Joined May 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hello, im trying to make a…
Tue, 05/25/2021 - 17:19

Hello, im trying to make a button that hide the text and then shows it in the GUI and I cant choose another condition

Im on MCreator 2021.1 and the condition is "always" but I already created the global boolean variable and set it to true for testing