Queria saber como faço pra verificar se há mais alguma string na ConfigurationSection
Exemplo: if(getConfigurationSection("Players").hasNext()){
sender.sendMessage("Há mais " + tantos + " Players na configuration section");
}
Tentando explicar melhor:
Players:
Player1: sherock
Player2: shrek
Player3: oswaldo
quero verificar se depois do Player2 tem mais algum player.