CodedRed-Spigot / PlayTimes

The best /playtime plugin! PAPI support, offline checks, API & more!
https://www.spigotmc.org/resources/playtimes-check-players-playtime-server-uptime.58858/
GNU General Public License v3.0
10 stars 13 forks source link

[enhancement] Leaderboard position placeholder #8

Closed bumpyJake closed 2 years ago

bumpyJake commented 2 years ago

Add a PlaceholderAPI placeholder to display what position someone is in on the leaderboard. This could be used for chat/tab prefixes.

Example: %PlayTimes_leaderboard_pos% would return "2" if second on /toppt

CodedRedGIT commented 2 years ago

There is already a way to get the top 10 players' names and timings. The position number can be done by yourself. I can maybe look into adding a another PAPI placeholder for this in the future.