You can now check if a player is wearing a full set of your custom armor using the "ifWearingFullSet" condition!
Code (YAML):
ifWearingFullSet
:
-
"myArmorCategory"
-
"myOtherArmorCategory"
action
: sendMessage
message
:
"You're wearing a full set of either myArmorCategory or myOtherArmorCategory armor"