Zabrid's Clearlag 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 community!

    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.
Clearlag
This was an easy skript to write but my friend needed one and I thought it might be helpful for others in the future (I am not claiming that this is a good skript).

Dependencies:
None

Links:
https://pastebin.com/kjJJzkxd


Contact Me:
If you are needing some skripts (and they are not to big) I am probably willing to do them for free, contact me on my discord at Zabrid ♡#9684
if recommend you replace every "execute console command "Killall drops or mobs" to
code_language.skript:
command /cleardrops [<striing>]:
    permission: cleardrops.use
    permission message: §4No permission.
    trigger:
        arg 1 isn't set:
            loop all dropped items:
                    delete loop-entity
            #do stuff
 
Last edited:
if recommend you replace every "execute console command "Killall drops or mobs" to
code_language.skript:
command /cleardrops [<striing>]:
    permission: cleardrops.use
    permission message: §4No permission.
    trigger:
    arg 1 isn't set:
        loop all dropped items:
                delete loop-entity
        #do stuff
Your code wouldn't work.
 
Guys this guy should upload this in offers/resourses
[doublepost=1557579390,1557579057][/doublepost]Btw, your code won't work if use don't have required plugins
 
Clearlag
This was an easy skript to write but my friend needed one and I thought it might be helpful for others in the future (I am not claiming that this is a good skript).

Dependencies:
None

Links:
https://pastebin.com/kjJJzkxd


Contact Me:
If you are needing some skripts (and they are not to big) I am probably willing to do them for free, contact me on my discord at Zabrid ♡#9684
Dependencies:
Essentials

Also, this is not the right category for this stuff. Post it as a resource, where it probably won't get accepted, see here why:
  • Do not repost existing scripts. Since our release, we have had many scripts posted. There are still many more being posted, many brand new, unseen ones. However there have been ones posted that already exist. If you post that already exists (such as a ClearChat) then we may lock/remove your thread. We're not trying to damper down your enthusiasm, but just to prevent loads of the same stuff being posted.
Or post it in snippets.
 
Status
Not open for further replies.