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

Targeting with a Snowball

tappingg71

New member
Joined
Mar 7, 2021
Messages
2
Reaction score
0
So I am trying to make it so that a snowball will target a player (or entity) when it hits them. I was wondering if there was any solution that anyone already had to make this happen if possible. Any tips or Suggestions?
 
Solution
Like to set a player as the "current selection". So you can then apply potion affects, deal damage, etc.
You can try using Projectile Damage Player event instead of Projectile Hit event, the hit player should be the Victim, and the thrower/shooter is the Shooter

ARMcPro

Forum adept
Overlord
Joined
Oct 20, 2020
Messages
1,245
Reaction score
349
Like to set a player as the "current selection". So you can then apply potion affects, deal damage, etc.
You can try using Projectile Damage Player event instead of Projectile Hit event, the hit player should be the Victim, and the thrower/shooter is the Shooter
 
Solution
Top Bottom