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

    Switch item in gui?

    This code works on one item, but when you need to press another item, it just makes it unstealable. Please, help me if there is a fix for this. Thanks in advance. on rightclick on painting: if {Tasks.%player%::*} contains "Shields - Prime Shields": if "%region at player%" contains...
  2. S

    Get the variable with the highest value?

    Hi, so i got 10 players, each with a variable named {votes.%player%}, and i want to find the name of the player with most votes. I've been trying for around 6 hours, and havent found a solution for this, so hope someone would help. Thanks in advance!
  3. S

    Create file?

    Is there a way to create a file in a skript? If so, i would be happy to hear it.
  4. S

    Particle on arrow

    Hi there. I was wondering how to make particles follow an arrow. I tried a lot, but couldn't find the answer... Did i tried to search the forums: Yes Did i tried to search the docs: Yes
  5. S

    Solved Fire arrow not working

    Hello. My skript isn't working, and i pretty much need help Skript: on rightclick with bow: if bow is named "&eEmpowered Bow": launch arrow from player at speed 25 wait 3 ticks launch arrow from player at speed 25 wait 3 ticks launch arrow from...