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

    Why isn't my skript working

    Thanks!
  2. L

    Why isn't my skript working

    command /create [<text>]: trigger: if {servers::*} contains "%argument%": message "&bName is already taken!" else: add argument to {servers::*} message "&bCongrats&3! You made a playground called &b%arg 1%&3!" execute console...
  3. L

    TuSKe Gui help

    Also, do you know how to make holograms, sorry that I'm a noob xD
  4. L

    TuSKe Gui help

    Okay Thank you!
  5. L

    TuSKe Gui help

    Quick question, Does it change the dye permanently and only for that player?
  6. L

    TuSKe Gui help

    Oh my gosh, Thank you so much, You really inspire me :)
  7. L

    TuSKe Gui help

    So are you! Hmm I'm still having a hard time understanding
  8. L

    TuSKe Gui help

    Thanks so much! I'm a fan of your work!
  9. L

    TuSKe Gui help

    Okay so I'm new to TuSKe so bare with me. I have gui, and I want to change the item permanently for that player and set {essentials.%player%} to "true" my skript goes like this command /plugins: trigger: open virtual chest inventory with size 3 named "&ePlugins" to player...
  10. L

    Does anyone know how to fix this skript

    What do you mean?
  11. L

    Does anyone know how to fix this skript

    I'm trying to skript a playground type thing were it gives you your own world, But this isn't working --------CODE-------- command /create [<text>]: trigger: if %arg 1% is already in {servers::*}: message "&bName is already taken!" else: add %arg 1% to...