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

    Skript command not working

    I was trying to make a factions skript, but when I loaded it it returned no errors but the command didn't work, minecraft didn't recognize that command at all. Here is my code command /factions <text> [<text>]: trigger: if arg-1 is "help": send "help message here"...
  2. M

    Programming techniques

    Hello fellow skripters, As i came back to skript after a couple of time spent learning python i was wondering if some of the features like list comprehension and OOP that are considered basic in plenty of programming languages were also present in skript. I'm asking because I can't seem to find...