Minecraft Version: 1.12.2
Full Code:
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
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:
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