Add f top command functionality. Resolves #71.

Gives the ability to see top Factions on the server sorted by certain criteria:
Balance: sorts by faction bank balance and all faction member balances.
Power: total power.
Land: total land claimed.
Online: members currently online.
Members: total members, online and offline.

Future criteria can be added of course.
This commit is contained in:
drtshock
2015-01-23 09:07:18 -06:00
parent ebf00ccf0d
commit 3e6bd4e88a
5 changed files with 192 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ public enum Permission {
SCOREBOARD("scoreboard"),
SEECHUNK("seechunk"),
SETWARP("setwarp"),
TOP("top"),
WARP("warp");
public final String node;