I have been searching for some time but haven't found this. I'm new to Forge modding, but how can I outline players if their username is in an array? I don't even really know where to start here. For example, I have an array
String[] usernames = {"user1", "user2", "user3"};
I'm on a server, and want it to highlight anyone with those usernames. How do I do this?