Started by
RadientFox
on
Topic category: Help with Minecraft modding (Java Edition)
I want to use a mod that adds a custom armor set for each person on a server I am making and each full armor set gives a specific player certain effects(fire res, health boost etc.) and not give any effects to anyone else who uses the armor preferably without commands
Also some of the effects I want to include are like when a specific player hits any other mob or player the entity that was hit gets set on fire or get wither
preferably without commands
I feel that it's possible I just can't quite figure out how to do it and need some help
Edited by RadientFox on Sat, 07/08/2023 - 11:05
so, for the fact that only specific players get an effect, you should be able to use the "get registery name of event/target entity" inside of a condition block (the script would look like smth like: "IF [get registery name of event/target entity = (text, playername)] and add the potion effect), i hope this helps!