Jump to content

I want to track my countdown in Skript.


Viaze

Recommended Posts

I have a skript that counts 1 hour from when the server starts, then increases the worldborder by 1, but I would like to show my players how much time there is left. The skript is below: 

on load:
    wait "1 hour" parsed as timespan
    execute console command "/worldborder set {math_{worldborder_size}+1}"

I am using PlaceholderAPI for the math and worldborder things.

Link to comment
Share on other sites

on load:
	wait "30 minutes" parsed as timespan
	send "30 Minutes left" to all players
	wait "30 minutes" parsed as timespan
	execute console command "/worldborder set {math_{worldborder_size}+1}"

you could use something like this

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...