Recent content by Jasper1229

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. J

    why doesn't this work? (I get a bunch of things mentioning indenting and invalid line)

    on join: if {Joins::*} does not contain player's uuid: add player's uuid to {Joins::*} add 1 to {uniqueJoins} set join message to " " broadcast "&a%player%&6 joined for the first time! Welcome to ArsenalMC! &8[&b##%size of {joins::*}%&8]" else...