How do i make A Clock Gui?

Started by Ultrax_Droidx on

Topic category: Help with modding (Java Edition)

Last seen on 17:12, 30. Jun 2023
Joined Sep 2020
Points:

User statistics:

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

I Want to make a Origin realms-like Clock gui

Imagem

How i do that? Help Please!

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

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

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

Last seen on 19:33, 16. Jun 2022
Joined Apr 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.. .."?