mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-02 08:39:49 +01:00
Tip: Shoot the cyberdemon until it's dead.
This commit is contained in:
parent
f7d482e7bc
commit
96e2cfaad6
@ -133,6 +133,8 @@ public class MctopCommand implements CommandExecutor {
|
||||
n++;
|
||||
}
|
||||
}
|
||||
|
||||
sender.sendMessage(ChatColor.GOLD+"Tip: Use "+ChatColor.RED+"/mcrank"+ChatColor.GOLD+" to view all of your personal rankings!");
|
||||
}
|
||||
|
||||
private void sqlDisplay(int page, String query, CommandSender sender) {
|
||||
@ -155,5 +157,7 @@ public class MctopCommand implements CommandExecutor {
|
||||
sender.sendMessage(String.valueOf(place) + ". " + ChatColor.GREEN + userslist.get(i).get(1) + " - " + ChatColor.WHITE + userslist.get(i).get(0));
|
||||
place++;
|
||||
}
|
||||
|
||||
sender.sendMessage(ChatColor.GOLD+"Tip: Use "+ChatColor.RED+"/mcrank"+ChatColor.GOLD+" to view all of your personal rankings!");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user