I want to join a raid alongside illagers in survival mode in Minecraft Java Edition. How can I accomplish this without getting murdered by my new comrades?
From what I can tell, the most likely possibility would be to set up (while in creative mode) repeating command blocks constantly telling every member of the raid (@e[type=#raider]) to like me instead of try to kill me. I'm not sure how to do this though. All I have so far is...
/execute at @e[type=#raider] run data modify @n
...and I don't know what to put after that. Is there any data I can modify to get them to not attack me? Pillagers seem to have memory of when someone hit them, but that's no use. If there is a way to remove damage from illagers, that also won't help because I'll still be distracting them from raiding.
I'm using v1.21.11