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

    Switch item in gui?

    And... How do I do that?
  2. S

    Switch item in gui?

    This code works on one item, but when you need to press another item, it just makes it unstealable. Please, help me if there is a fix for this. Thanks in advance. on rightclick on painting: if {Tasks.%player%::*} contains "Shields - Prime Shields": if "%region at player%" contains...
  3. S

    Get the variable with the highest value?

    Hi, so i got 10 players, each with a variable named {votes.%player%}, and i want to find the name of the player with most votes. I've been trying for around 6 hours, and havent found a solution for this, so hope someone would help. Thanks in advance!
  4. S

    Create file?

    Is there a way to create a file in a skript? If so, i would be happy to hear it.
  5. S

    When player have 3 warns, mute player for 5 mins

    think this should do it. [HAVENT TESTED] command /warn <text> <text>: trigger: add 1 to {warns.%arg-1%.warn} add 1 to {warn.%arg-1%} if {warns.%arg-1%.warn} is 3: set {muted.%player%} to true broadcast " &a&l%arg-1% &2got warned &a%arg-2%" every 1 tick in "world": loop all players: if...
  6. S

    Particle on arrow

    Hi there. I was wondering how to make particles follow an arrow. I tried a lot, but couldn't find the answer... Did i tried to search the forums: Yes Did i tried to search the docs: Yes
  7. S

    Solved Invalid Characters

    You can manually make a variable / list ingame with all forbidden words: command /addforbiddenword [<text>]: permission: djawdj trigger: if arg-1 is set: add arg-1 to {forbidwords::*}
  8. S

    Nametag without Wildskript?

    You don't even need Skript, to make your name a specific color! You can use the Scoreboard command! First: /scoreboard teams add [group] Second: /scoreboard teams option [group] color [yourcolor!] third: /scoreboard teams join [group] [player] But that cannot give a prefix in tab :/
  9. S

    Solved Fire arrow not working

    Can you mb make a solution of the skript?
  10. S

    Solved Fire arrow not working

    Ye, but i have to fire an arrow from player! Can you evt. send me a script, where it is working?
  11. S

    Solved Fire arrow not working

    Trying to reupload it all! Spigot Ver: MC 1.12.2 Skript Ver: 2.4-alpha3 Skript: on rightclick with bow: if player is holding a bow named "&eEmpowered Bow": cancel event launch arrow from player at speed 25 wait 7 ticks launch arrow from player at speed 25...
  12. S

    Solved Fire arrow not working

    Ok thx! Im playing with skript version 2.4-alpha3
  13. S

    Solved Fire arrow not working

    Im using 1.12.2 spigot and don't know what version of skript. Thanks for the reply <3 (I didn't think you replied!)
  14. S

    Solved Fire arrow not working

    Hello. My skript isn't working, and i pretty much need help Skript: on rightclick with bow: if bow is named "&eEmpowered Bow": launch arrow from player at speed 25 wait 3 ticks launch arrow from player at speed 25 wait 3 ticks launch arrow from...