Jump to content

Keyall Skript Bug (help pls)


asqx

Recommended Posts

So i made a keyall skript and i do not know whats wrong with this.

Code:

command /keyall [<text>]:
    permission: keyall.use
    permission message: &cNo permission!
    trigger:
        server command "crates givekey * %arg-1% 1"
		
every 10 minutes:
	server command "keyall1"

command /keyall1:
    permission: keyall1.use
    permission message: &cNo permission!
    trigger:
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 5 minutes!"
        send "&7"
        send "&3--------------------------------"
        wait 4 minutes
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 1 minutes!"
        send "&7"
        send "&3--------------------------------"
        wait 30 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 30 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 15 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 15 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 5 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 10 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 5 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 5 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 1 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 4 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 1 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 3 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 1 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 2 seconds!"
        send "&7"
        send "&3--------------------------------"
        wait 1 seconds
        send "&3--------------------------------"
        send "&7"
        send "&bKeyall happening in 1 second!"
        send "&7"
        send "&3--------------------------------"
        wait 1 second
        send "&3--------------------------------"
        send "&7"
        send "&aKeyall completed!"
        send "&7"
        send "&3--------------------------------"
        console command "crates givekey * afk 1"

 

Screenshot 2022-04-15 at 11.35.28 PM.png

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