How do i make A Clock Gui?

Started by Ultrax_Droidx on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Sep 2020
Points:
698

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 30
How do i make A Clock Gui?

I Want to make a Origin realms-like Clock gui

Imagem

How i do that? Help Please!

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
make a Global Map (Number)…
Fri, 11/12/2021 - 21:00

make a Global Map (Number) Variable called Time. make a procedure and select World Tick Update for trigger, then put this

set Global:TIme to get current world time

then on your GUI write: <VAR:TIme>

if you want PM or AM, make 2 of those texts and show PM or AM if its PM or AM

Active 1 year ago
Joined Oct 2020
Points:
1615

User statistics:

  • Modifications: 0
  • Forum topics: 15
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1874
and about the little clock…
Fri, 11/12/2021 - 21:01

and about the little clock image, make multiple images with conditions

Active 3 years ago
Joined Apr 2022
Points:
439

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
my time is displayed in…
Mon, 04/11/2022 - 05:10

my time is displayed in ticks, is it possible to make the time like "1:00, 2:30.. .."?
 

Active 1 month ago
Joined Jun 2025
Points:
10

User statistics:

  • Modifications: 0
  • Forum topics: 0
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1
Yesa actually, if you simply…
Wed, 06/04/2025 - 06:09

Yesa actually, if you simply

 

Put Return text on the event, and connect "Time as formatted text" and put how every you want, for example, what you want is hour:minute, so put "hh:mm" and when in game, it'll perceive time like real life time, though I'm unsure if you can do it with in game time