custom armor with effects mod I am trying to create for a server

Started by RadientFox on

Topic category: Help with Minecraft modding (Java Edition)

Joined Jul 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
custom armor with effects mod I am trying to create for a server
Sat, 07/08/2023 - 11:05 (edited)

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
Joined May 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
so, for the fact that only…
Wed, 08/09/2023 - 21:26

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!