Search results

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

  1. NCSGeek

    Solved Help with decaying list values

    Alright, thanks for the tip! I might simply delete the index after waiting an amount of time, but this would be better anyway so If I do feel like going this route, then this will come in handy. Cheers!
  2. NCSGeek

    Solved Help with decaying list values

    It has been a while since I've done skript, could you shoe an example of what you mean regarding that method to delete a specific index? Also, yeah, I probably should have a delete on script load, you're right. The server will be online 24/7 am it won't happen often, but still move to have.
  3. NCSGeek

    Solved Help with decaying list values

    Well, here's the thing, the {%player%-tpa::*} list is all requests. I'd rather individual requests 'decay' individually. So basically, I'd need {%player%-tpa::%arg-1%} to be deleted rather than the entire list. Also, do you mean to just append a 'wait' then delete it after that? Because I...
  4. NCSGeek

    Solved Help with decaying list values

    Full script: https://pastebin.com/dJxWdCEW Hello all! In my script, im looking to have values in {%player%-tpa::*} be removed from that list after a given amount of time. Im not quite sure how to go about this, however. Above is my current script. I have no addons installed, and I'm on...
  5. NCSGeek

    Script Tools Skript UDL for Notepad++ (Newer)

    NCSGeek submitted a new resource: Skript UDL for Notepad++ (Newer) - Np++ UDL for Skript Read more about this resource...
  6. NCSGeek

    Skript Tools Skript UDL for Notepad++ (Newer) 1.0

    Hello Skript community! I wanted to make a Skript Notepad++ UDL since the old one: https://forums.skunity.com/resources/dark-vs-light-notepad-udl.156/ I couldnt get working anymore. To use this UDL, download the .xml file. Then, since this dark UDL was made for usage along with the "Obsidian...
  7. NCSGeek

    Solved 'on projectile hit' victim.

    I assumed that damage was indicated by the player flashing red (and usually being knocked back too), but since snowballs have no effect to players, this is why I thought the damage event wasnt usable here. But yeah, Well I'll be. This works! on damage: projectile exists projectile is a...
  8. NCSGeek

    Solved 'on projectile hit' victim.

    With `on projectile hit`, yes, but you used `on damage:`. Did you mean to put your code *underneath* my `on projectile hit:`?
  9. NCSGeek

    Solved 'on projectile hit' victim.

    I will try this, thanks. Seems a little finicky though, Snowballs dont cause damage, so how would this work?
  10. NCSGeek

    Solved 'on projectile hit' victim.

    I need to apply slowness to the victim on a snowball. But I cant find how to do so in the forums or the docs. Skript Version: Skript v2.2-dev34 Skript Author: Bensku Minecraft Version: 1.11.2 --- on projectile hit: projectile is a snowball apply slowness 2 to the target Errors on...
  11. NCSGeek

    Amazing!

    Ah, didnt know if I should tag ya or not. Either way, you have my thanks.
  12. NCSGeek

    Amazing!

    Wow. I was using this site actively for a long time, but I eventually took a break. I come back months, possibly a year or two later, and there are so many changes. I couldnt log into my old account too, but no problem. The site looks fantastic, and im glad to see that some areas were improved...
  13. NCSGeek

    Solved Shop Teleporting System

    Skript Version: 2.2-dev22g Skript Author: Me (Skript Version Author is bensku) Minecraft Version: 1.11.2 --- Full Code: command /shops <string> [<string>]: usage: &7/shops <&blist&7/&etp&7/&3create&7/&6remove&7> [&bNull&7/&eShop&7/&3ShopName&7/&6ShopName&7] trigger: if arg-1 is...