Started by
Khedi
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a weapon, that when you use it, it heals you and the other players around you. I made this procedure and it heals the player that uses it but not the other, help pls q-q
It checks if players are in a 10-Block radius but then heals the player with the item in hand not the player it should. So you need to get the UUID of the player that was detected and heal the player with this UUID.
And how do I do that?
This should work