Reduce some overhead in Update Task Some users with their big servers kindly provided me with some insights of their server performance. That allows me to investigate further into the code and optimize it if it can be optimized. I don't have my own server with a lot of players, just some of my friends and nothing more. Therefore, any contribution is welcomed, even if it's just a performance report, so that I can check the performance of Topper in several scenarios.
Add LastLoginAPI support This plugin caches the player name even if they are offline. This allows Topper to get the player name directly from the API to display in the leaderboard. No configuration is required. All you do is installing the API. This is useful for servers where player data saving is disabled, since the player name is cached in LastLoginAPI. SQL databases are supported so it can be shared to multiple servers.