Minecraft Version: 1.12.2
Full Code:
Other Useful Info:
I want to spawn an arrow from the targeted block of the player +3 blocks above the targeted block
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?
if player has permission "tbt.wands.netherwand.arrowrain":
if name of player's tool is "&4Nether Wand":
cancel event
if line 1 of lore of player's tool is "&4Arrow Rain":
set {_arrowrain.block.target} to targeted block of player +3
shoot arrow from {_arrowrain.block.target} upwards
Full Code:
code_language.skript:
if player has permission "tbt.wands.netherwand.arrowrain":
if name of player's tool is "&4Nether Wand":
cancel event
if line 1 of lore of player's tool is "&4Arrow Rain":
set {_arrowrain.block.target} to targeted block of player
shoot arrow from {_arrowrain.block.target} upwards
Other Useful Info:
I want to spawn an arrow from the targeted block of the player +3 blocks above the targeted block
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?
if player has permission "tbt.wands.netherwand.arrowrain":
if name of player's tool is "&4Nether Wand":
cancel event
if line 1 of lore of player's tool is "&4Arrow Rain":
set {_arrowrain.block.target} to targeted block of player +3
shoot arrow from {_arrowrain.block.target} upwards