Firework pop

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

  • LOOKING FOR A VERSION OF SKRIPT?

    You can always check out skUnity Downloads for downloads and any other information about Skript!

Status
Not open for further replies.

TheBlazeTuber

New Member
Jul 6, 2018
8
0
0
24
Minecraft Version: 1.12.2
Full Code:

code_language.skript:
[/B]
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 black and purple at the targeted block of player
                    loop living entities in radius 5 around targeted block:
                        if loop-entity is not player:
                            make the player damage loop-entity by 2
[B]


Other Useful Info:

I want to pop firework and have the corresponding sound to it as shown in the video:
using "pop burst firework coloured black and purple at targeted block" does not work because then I only have the firework sound popping and not the "twinkle" after it. Hopefully there is a way to do this!
Addons using (including versions):
Skript: 2.2-dev36
SkDragon
Skellett
SkQuery
SkRayFall
SkUtilities: 0.9.2

Troubleshooting:

Have you tried searching the docs? Yes
Have you tried searching the forums? Yes
What other methods have you tried to fix it?
Multiple different launch firework codes
 
Status
Not open for further replies.