Started by
tryunt
on
Topic category: Help with Minecraft modding (Java Edition)
Hello, I was looking for some help with giving status effect to players while wearing a full armor set.
Any code examples, function examples and tips would be very appreciated!
I think you can make a procedure that checks the head, body, pants, and boots slots of the player (head/body/pants/boots tick event) If it sees that all 4 armor slots are want you want, give the status effect for 1 second. It will repeatedly give it to you, and taking a piece of armor off will remove the effect.