cervinakuy / KitPvP

An all-in-one battle plugin built using customizable kits and features.
https://www.spigotmc.org/resources/27107/
92 stars 47 forks source link

Store more top players for leaderboards #257

Open MKieburtz opened 1 week ago

MKieburtz commented 1 week ago

Description of the feature Currently the top 25 players are stored and are retrievable with the PAPI placeholders. This feature request is to increase that number to a least 100+. This should be easy, not memory intensive, and very useful.

How the feature is useful There are hologram plugins that let us create holograms with pages, meaning we can display hundreds of top players on one leaderboard. Chatgpt lets us create such configs easily. But we are limited to only displaying 25 top players, and I can't see a good reason for this.

MKieburtz commented 1 week ago

To add to this, you could sort EVERY player in the database, and then it would be super awesome to have a placeholder to get a player's ranking of kills, deaths, or level. This way people who are not in the top 25 could know their placing. This follows naturally from the above feature request if instead of sorting the top 100, you just sort everyone.