remove dropped items

  • 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!

7ib0

Member
Jan 19, 2024
2
0
1
16
Hi, So i was working on a my server when i noticed a lot of dropped items on the ground...
so i decided to make a skript for it, but it wont work...
here is the skript i made:

Code:
every 10 minutes:
  broadcast "&4warning: &call dropped items will be cleared in one minute!"
  wait 50 seconds
    broadcast "&4warning: &call dropped items will be cleared in 10 seconds!"
     wait 5 seconds
      broadcast "&4warning: &call dropped items will be cleared in 5 seconds!"
        wait 5 seconds
          delete dropped items
            broadcast "&call dropped items have been cleared"

If u know whats wrong with it pls tell me!
 
Last edited: