on player left clicks block with:Custom_Item:
- define players <player.location.find_players_within[2]>
- define mobs <player.location.find_entities.within[2]>
- hurt 3 <[players]> source::<player>
- hurt 3 <[mobs]> source::<player>
how can i ignore damage to player who left click that item??