stuck

  • 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. V

    Solved loop all player near players what have the scoreboard tag "Z":

    Stuck I want all players who were within 15 blocks of the player with the scoreboard "Z" to write a command every 15 seconds with a certain chance every 15 seconds: loop all players: if player have the scoreboard tag "Z": chance of 99%: wait 40 ticks
  2. Kirito012

    I need help trigger not recognized help?

    i was making my own plugin and i got stuck here is the code Variables: {cooldown.%player%} = 5 #-------------------------------------------------------------------------------------------------- # EVENT...
  3. J

    Solved While right click

    Is there a way to make it so that when you right click, it triggers a "while" event that keeps going while you are right clicking. on right click with 2256: if {alreadyfiring.%player%} is not set: if player is right clicking: set {alreadyfiring.%player%} to "True"...