package admincommands;
import com.aionemu.gameserver.model.gameobjects.player.Player;
import com.aionemu.gameserver.services.abyss.AbyssRankUpdateService;
import com.aionemu.gameserver.utils.chathandlers.AdminCommand;
/**
* @author ATracer
*/
public class Ranking extends AdminCommand {
public Ranking() {
super("ranking", "Abyss rank control.");
setSyntaxInfo("<update> - Runs the daily Abyss rank update task.");
}
@Override
public void execute(Player admin, String... params) {
if (params.length == 1 && "update".equalsIgnoreCase(params[0]))
AbyssRankUpdateService.performUpdate();
else
sendInfo(admin);
}
}
순위 | 닉네임 | 포인트 |
---|---|---|
1 |
![]() |
100,792 |
2 |
![]() |
58,079 |
3 |
![]() |
51,771 |
4 |
![]() |
36,923 |
5 |
![]() |
35,011 |
6 |
![]() |
29,969 |
7 |
![]() |
29,470 |
8 |
![]() |
29,077 |
9 |
![]() |
28,199 |
10 |
![]() |
17,020 |