Hi, I am a starter skripter and I want to create a Scythe that shoots wither skulls and does specific damage and explodes when hit I tried to search for gun skripts but it works only for snowballs and arrows and not for wither skulls it does it's normal wither skull damage and explodes with it's normal power and How do I add cooldown?.
Code:
on right click with netherite hoe:
if name of player's held item is "&0&lBlack Quartz Scythe":
set {Black Quartz Scythe.bullets.%player%} to 1
shoot wither skull from the player at speed 1
push last shot wither skull upwards with speed 0.06
on damage:
if event-projectile is wither skull:
{Black Quartz Scythe.bullets.%shooter%} is 1:
damage victim by 8
on projectile hit:
wait 3 ticks
if event-projectile is an wither skull:
create a safe explosion of force 2 at event-location
Last edited: