Jump to content

Clear Lag Skript!


SKTrixzy

Recommended Posts

Hello this is a clear lag skript if you need it!


#dont edit if you dont know how to

ANYTHING YOU TAKE CAN NOT BE SOLD ON MINEHUTS WEBSITE.
IF YOU SELL IT YOU AGREE TO GET BANNED, OR GIVE ME CREDIT FOR MAKING IT!

I HOPE YOU ENJOY THE SKRIPT MORE COMING SOON!
MAKING IT AUTO IN PART 2 OF THIS CLEAR LAG SKRIPT!

command /lag:
	trigger:
		broadcast "Resetting Drops in 5 Seconds"
		wait 1 second
		broadcast "Resetting Drops In 4 Seconds"
		wait 1 second
		broadcast "Resetting Drops In 3 Seconds"
		wait 1 second
		broadcast "Resetting Drops In 2 Seconds"
		wait 1 second 
		broadcast "Resetting Drops In 1 Second"
		wait 1 second
		make console execute "killall drops world"
		wait 0.5 seconds
		broadcast "&bAll Drops Cleared!"

 


Link to comment
Share on other sites

Alternatively, you could shorten it to something like this:

command /lag:
	trigger:
		set {_x} to 5
		loop 5 times:
			broadcast "Resetting Drops in %{_x}% Seconds"
			wait 1 second
			set {_x} to {_x} - 1
		make console execute "killall drops world"
		wait 0.5 seconds
		broadcast "&bAll Drops Cleared!"

 

Discord: Dead#6905

Love anime!


Anime Gifs

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