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

    Dosen´t execute all lines?

    Hey! I have a problem with my skript.. Im not sure how to fix this so i hope one of you smart guys are able to help me! Addons: Query, Rayfall, Sharp, Wolv Skript version: 2.5 alpha Code: on join: if {mute.spam.%player%} is not set: set {mute.spam.%player%} to 0 if...
  2. D

    Break torches in rain

    This is just an idea (Not tested) Loop players and then search for torches in a chunk around the player. Then make your check loop for figuring out if it rains. Im not sure if it would reduce the amount of loops but you can give it a try
  3. D

    Someone who can help me?

    Any errors? and what is not working?
  4. D

    Solved Counter

    Hey Guys i have an issue and i hope you guys can help me out. Im making a timer that dosent seems to work as it should, and same with the action bar, nothing happens Code: Code (Skript): set {_difference} to difference between {Icosa.cooldown.%attacker%} and now set {_tid} to difference between...
  5. D

    Solved Loop list

    Hey Skunity. I got this wierd error that i hope you guys can help me with. I have tryed alot of diffrents method's and the best one i came to was this: Loop {team.existing::*}: if arg-2 is loop-value: message "" else: message "" The code work, but the else statement returns with the...