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

    Solved can someone please add a 3 second cooldown?

    i tried replacing the else if with else and it showed alot of errors and the entire wand broke
  2. H

    Solved can someone please add a 3 second cooldown?

    hello so im working on a wand skript and i've been having issues with my current cooldown script because it basically cancels everything so i would love a new one. command /wand: ----trigger: ------player has permission "skript.Wand" ------give blaze rod named "&c&lWand" with lore "&kL<reset>"...
  3. H

    could someone fix this skript please?

    done done
  4. H

    could someone fix this skript please?

    command /wand: ----trigger: ------player has permission "skript.Wand" ------give blaze rod named "&c&lWand" with lore "&kL<reset>" to player on right click: --if name of item is "&c&lWand": ----if {%player%.spellselected} isn't set: ------set {%player%.spellselected} to "fireball" ------send...
  5. H

    How to fix my leaping skript

    ___else if {%player%.spellselected} is "leap": _____set {%player%.spellcooldown} to 0 _____push player forwards at speed 2 _____push player upwards at speed 2 ___else: _____stop i used this skript and many say that its correct but it still breaks my skript does anybody know what the cause is?
  6. H

    How to add heart particles with skdragon

    i tried doing this else if {%player%.spellselected} is "heal": set {%player%.spellcooldown} to 0 add 3 to player's health set {_loc} to the location 1 meter above player drawSphere style 2, particle "heart", speed 10, RGB 255, 0, 200, center {_loc}, id...
  7. H

    how do i add particles on damage

    so uhm i want to add particles when my &c&lWand damages something so like if target of player is an entity: damage target by 2 add particle "redstone" 1 or something. Im really new to skript and i would love it if someone could tell me how to add it :D (on left click btw)
  8. H

    Solved Cooldown without message.

    try like cooldown message: &0
  9. H

    Solved How to make a spell switcher?

    i made a wand that can shoot fireballs and stuff like that but i also want to add a second spell now that strikes lightning but i dont know how to add a spell switcher (i would have the spells switch on right click because the spell is cast on left click) Rn i only have this code but i hope...
  10. H

    How to add damage when a player wears armor

    So i have this fireball wand skript and it has cooldowns and stuff but i feel like its strong against players without armor and too weak against players with armor so i wanted to ask how to add more damage to the fireball if it hits a player with full diamond armor. I was thinking like 0.5...
  11. H

    Solved How do i add a cooldown

    i meant as in shooting the fireball and then a cooldown
  12. H

    Solved How do i add a cooldown

    I am very new to skript and i am working on a wands skript but i dont know how to add a cooldown command /wand: trigger: player has permission "skript.Wand" give blaze rod named "&c&lWand" with lore "&kL<reset>" to player On leftclick: if held item is a blaze rod: if...