need help with a skript

  • Welcome to skUnity!

    Welcome to skUnity! This is a forum where members of the Skript community can communicate and interact. Skript Resource Creators can post their Resources for all to see and use.

    If you haven't done so already, feel free to join our official Discord server to expand your level of interaction with the comminuty!

    Now, what are you waiting for? Join the community now!

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

shifflew

Member
Dec 3, 2021
1
0
1
23
Trying to make a clear lag skript where you can make it so it starts in a time you set but whenever i try to use my skript it just doesn't even do anything so i need some help with arguments
 

Attachments

  • clearlag.txt
    339 bytes · Views: 84
umm here is a fix:

Code:
command /clearlag:
    trigger:   
        message "[clearlag] All dropped items going to be gone in 10 seconds!" to all players
        wait 5 seconds
        message "[clearlag] All dropped items going to be gone in 5 seconds!" to all players
        wait 5 seconds
        loop all dropped items:
            kill loop-dropped item
        message "[clearlag] All dropped items are cleared!" to all players
every 10 minutes:
    execute console command "/clearlag"
 
Status
Not open for further replies.