Posts: 549
Threads: 123
Joined: Aug 2013
Reputation:
0
I mean when someone use /topplayers to see the top players, they must be sorted by their score !
Posts: 505
Threads: 42
Joined: Mar 2009
Reputation:
0
Use MySQL, its very easy to fetch top list then/
Posts: 11,827
Threads: 33
Joined: Dec 2011
Reputation:
0
Using top score for the online players is easy.
Using top score for the offline/online player is easy with MySQL/SQLite.
Using top score for the offline/online player is not possible with files. (I believe).