Hi, I need help with my plugin. I'm creating an friend system plugin for my Server and I need help with List<String>. I've created an List to set all players, but, there's a way to get the number of the player? For example: Friends: - Lol - Notch - Jeb Now I need to get the number of the Friends (3). Thanks.
@XFarwar If you want to get the amount of players in a list, use listName.size(). Here is the oracle guide on lists, so in the future you will not need to post on bukkit forums: http://docs.oracle.com/javase/7/docs/api/java/util/List.html