- Joined
- Nov 24, 2008
- Messages
- 8
- Reaction score
- 0
Sorry if this tread was posted before..I didn't saw it... So here the new command it is : @game5 it does show you top 5 highest player level in game...Here is it :
place it above} else if (splitted[0].equals("@game5")) {
ResultSet rs = game5();
try {
mc.dropMessage("Overall Top 5");
while (rs.next()) {
mc.dropMessage("Player : " + rs.getString("name") + " | Levels :" + rs.getInt("level"));
}
} catch (Exception ex) {
}
c.getPlayer().saveToDB(true);
I would take no credits... =D I didn't leech it from any body..I made it my own... =D but if it is not release before i think i will take credits....} else if (splitted[0].equals("!blackcrow")) {