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

    How to give a player tools with a custom name and enchanted

    This is my skript. Basically, I want it to be like a farming level system. All of the lines working, except for Line 25. I don't know why as it is the same as the other ones. variables: {tilled} = 0 {%player%.tilled} = 0 on drop: add 1 to {itemsdropped} add 1 to...
  2. M

    Victim Condition/Variables

    variables: {%player%.kills} = 0 on death: if victim is a player: add 1 attacker's {%player%.kills} If I am being honest, I don't have much experience with skript and I am just trying to learn. Anyone know the solution? Do I have to add some new variable like {%attacker%.kills}...
  3. M

    Solved Command Arguments I guess

    This just made it so that the higher the number, the louder it became and there would only be one ding, So all I had to do was put wait 1 second on the end and then it worked. Cheers
  4. M

    Solved Command Arguments I guess

    S Sorry, I didn't know how to upload it to make it look right if that makes sense, but thanks.
  5. M

    Solved Command Arguments I guess

    Hi. I am learning arguments for commands and I don't really know how to explain, so I am just going to post my skript and I am asking if anyone knows how to make this work. Will it work if I have a certain addon? Thanks.