Skip to content

A very simple player kill statistics leaderboard placeholder plugin made using Spigot & placeholderAPI for PvP based servers.

Notifications You must be signed in to change notification settings

gonequacker/QuackKLB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

5 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

QuackKLB

QuackKLB is a Placeholder API plugin that displays PvP player kill statistics.


πŸ“œ Commands

/quackklb

  • /quackklb reload: Reloads the configuration and data.
  • /quackklb reset <all|user <username> <stat>>: Resets all stats or specific stats for a user.
  • /quackklb help: Displays help information for the plugin.

/topkills

  • Displays the top kills leaderboard.

/topkdr

  • Displays the top KDR (Kill-Death Ratio) leaderboard.

/topkillstreak

  • Displays the top killstreak leaderboard.

πŸ“ˆ Placeholders

πŸ” Self-Stat Placeholders

  • %quackKLB_self_kills%: Displays the player's kill count.
  • %quackKLB_self_deaths%: Displays the player's death count.
  • %quackKLB_self_kdr%: Displays the player's Kill-Death Ratio.
  • %quackKLB_self_killstreak%: Displays the player's current killstreak.

πŸ† Top Leaderboard Placeholders

  • %quackKLB_topkills_name_<position>%: Displays the name of the player at the specified position in the top kills leaderboard.
  • %quackKLB_topkills_value_<position>%: Displays the kill count of the player at the specified position in the top kills leaderboard.
  • %quackKLB_topkdr_name_<position>%: Displays the name of the player at the specified position in the top KDR leaderboard.
  • %quackKLB_topkdr_value_<position>%: Displays the KDR of the player at the specified position in the top KDR leaderboard.
  • %quackKLB_topkillstreak_name_<position>%: Displays the name of the player at the specified position in the top killstreak leaderboard.
  • %quackKLB_topkillstreak_value_<position>%: Displays the killstreak of the player at the specified position in the top killstreak leaderboard.

About

A very simple player kill statistics leaderboard placeholder plugin made using Spigot & placeholderAPI for PvP based servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages