Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- String warps="";
- for(String a : fc.getConfigurationSection("Warps").getKeys(false)){
- if (warps.equalsIgnoreCase("")) {
- warps=a;
- } else {
- warps=warps+", "+a;
- }
- }
- p.sendMessage(warps);
Advertisement
Add Comment
Please, Sign In to add comment