firework

  • 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 community!

    Now, what are you waiting for? Join the community now!

  1. Mirthfire

    Make player shoot a firework

    I'm trying to make player summon a firework when shooting while looking up, but I'm getting the error message: "Can't understand this condition/effect: make shooter run command..." on projectile shoot: projectile is arrow if shooter's pitch is less than -80: cancel event...
  2. TheBlazeTuber

    Firework pop

    Minecraft Version: 1.12.2 Full Code: if player has permission "tbt.wands.netherwand.spark": if name of player's tool is "&4Nether Wand": cancel event if line 1 of lore of player's tool is "&4Spark": pop burst firework coloured...
  3. donghan kim

    Solved i wanna remove 'Fireworks' recipe.

    | title = Remove (or Disable) Craft fireworks. | subheading = Help Us, Help You Layout: Skript Version (do not put latest): Skript 2.2 (dev34) Skript Author: Bensku Minecraft Version: 1.12.2 --- Full Code: command /skunity: on craft of fireworks: cancel the event message " "...
  4. DieHollander_

    Solved Last firework

    Hello everybody. So I was trying to get the last spawned/launched firework. But I can't get it to work. Here is a simple code I've written: command /test: trigger: launch creeper firework colored red at player timed 1 broadcast "%last spawned firework%" I hope someone can...