Detecting if an item doesn't have custom data in a predicate
I'm using a predicate to detect if a player is wearing a full set of one type of armor, and I want it to only detect the armor if it doesn't have custom data, as I don't want it to conflict with some of my custom items. How do you make it so the predicate only works if you don't have the custom_data component?
Continue to help post