Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.67 KB

File metadata and controls

39 lines (28 loc) · 1.67 KB

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.