• Hey! Register here to create your account, engage with the community, and talk about what is new!

Is there a way to replicate "Player Event > Projectile Hit Event" without needing the projectile to be thrown by a player?

supertoady

New member
Joined
Aug 12, 2023
Messages
2
Reaction score
0
I have searched it up and tried my own solutions but none of them worked.
 

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,256
Reaction score
353
There should be a Projectile Hit Entity Event
You can find Entity Event codeblock in your inventory (gold block), check if it has Projectile Hit event
 

supertoady

New member
Joined
Aug 12, 2023
Messages
2
Reaction score
0
There should be a Projectile Hit Entity Event
You can find Entity Event codeblock in your inventory (gold block), check if it has Projectile Hit event
There's Projectile Damage Entity and Projectile Kill Entity but there isnt a hit entity event
 

Wyzzard225

New member
Joined
Jan 22, 2023
Messages
24
Reaction score
3
You can use entity action - set projectile owner when you spawn the projectile then it will call the player event. If you want a mob to be the owner, set a custom tag on the projectile that you can then get under the player event - projectile hit
 
Top Bottom