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

    How do I add arguments to a list?

    I knew there was a way to check when arg-1 is a specific value! Do you need to use “trigger:”? also, my main problem is Can you add an argument value to a list? thanks!
  2. A

    Glitched text

    oh (again). Maybe do: add {a} to {characters::*} add {b} to {characters::*} add {c} to {characters::*} // and so on... command /randomMessage <number>: loop arg-1 times: // add code here that makes an event happen at a random chance add {a} to {message::*} // more random stuff...
  3. A

    am i doing wrong?

    oh yeaahhhhh! It will create an infinite loop! Maybe set it to “if player jumps: cancel event” or something idk
  4. A

    Glitched text

    oh. I don’t think there’s a way to make them not move, but you can go to a website that creates those characters and copy paste them. I think. They won’t move, and they will be random text!
  5. A

    Glitched text

    Yes. You know how you can color text by using “&[[1-9] OR [a-f]]”? Well, you can also use “&r” to reset code, “&l” for bold, “&m” for underline, “&n” for strikethrough, “&o” for italics, and “&k” for Minecraft enchanting table. So you want “&k” to change the text to magic stuff. Here’s an...
  6. A

    am i doing wrong?

    Did you forget to put 2 spaces before the crawl command? Is crawl even a real command? Is “/crawl” supposed to be text? Maybe it could be: command /crawl aliases: /c description: crawl trigger: execute player command “/crawl”
  7. A

    How do I add arguments to a list?

    So I’m trying to make a friends list on my server (adding, removing, opening friend list, all that stuff), and I’m pretty sure I might be doing something wrong. I also want to figure out how to make each person have their own friends list. I’m just learning skript, so I’m going to make plenty of...