Jump to content

Skript Countdown


Polar882

Recommended Posts

Basically I want a command that repeats every hour and a countdown that updates with the minutes seconds format so I can make a placeholder out of it but I need some help making the countdown since im not that good at skripting.

This is my code so far

            
every 60 minutes:
    loop all players:
        execute console command "test"

Link to comment
Share on other sites

  • 3 weeks later...
every 1 hour:
	loop all players:
		execute console command "/test"
		add 1 to {HoursCountdown}

every 1 minute:
	add 1 to {MinutesCountdown}

is it something like this u mean?

please specify what u ment!

Minecraft Developer 4+ years
 
Discord: HugeAdventure

image.gif.6ea2bf97b6307b1093517252fd317d10.gif

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...