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

    stopping all loops

    I've tried stopping loops with, stop loop, and stop loop-2, but neither work as it states there is no loop even though the 15min is in action.
  2. Circuit2006

    true or false command

    I am wanting to make a command where if I do /test it'll set {test::%player%} to true or false depending on what it was previously
  3. Circuit2006

    Death counter 1.18.2

    I am VERY new to this skripting stuff and I am trying to setup a basic Death counter, This is the code could anyone explain to me why it isn't working? variables: {%player%.deaths} = 0 {%player%.total_deaths} = 0 on join: broadcast "Welcome %player% to the server!" set...