Added clickable page numbers to lookup pagination
This commit is contained in:
parent
673529df54
commit
19efdeff89
10 changed files with 103 additions and 9 deletions
|
|
@ -960,7 +960,7 @@ public class LookupCommand {
|
|||
if (finalArgAction.contains(6) || finalArgAction.contains(7) || finalArgAction.contains(9)) {
|
||||
Chat.sendMessage(player2, "-----");
|
||||
}
|
||||
Chat.sendComponent(player2, Util.getPageNavigation(command.getName(), page, total_pages) + "| " + Phrase.build(Phrase.LOOKUP_VIEW_PAGE, Color.WHITE, "/co l <page>"));
|
||||
Chat.sendComponent(player2, Util.getPageNavigation(command.getName(), page, total_pages));
|
||||
}
|
||||
}
|
||||
else if (rows > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue