AlanGomes

Código

Feb 11th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. String warps="";
  2. for(String a : fc.getConfigurationSection("Warps").getKeys(false)){
  3. if (warps.equalsIgnoreCase("")) {
  4. warps=a;
  5. } else {
  6. warps=warps+", "+a;
  7. }
  8. }
  9. p.sendMessage(warps);
Advertisement
Add Comment
Please, Sign In to add comment