armor effects

Started by Yarpodkovko on

Topic category: Help with Minecraft modding (Java Edition)

Joined May 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
armor effects

does anyone know how to make it so that when equiping custom armor you get an effect but when you take of the armor the effect disapears until you take the armor back on?

Joined Oct 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
One possible way is to make…
Mon, 09/15/2025 - 13:17

One possible way is to make a procedure and put together code to determine if the player is wearing that armor and if so put the effect on them. There would be different ways to make it more or less efficient but this is possibly one way.