Player Stats is a comprehensive plugin designed to track and display player statistics in Minecraft, specifically tailored for PVP servers
It keeps a detailed record of player kills, deaths, kill-death ratio (KDR), current killstreak, and top killstreak. With support for MySQL integration.
This plugin supports PlaceHolderAPI, so make sure to download it from here: Click Here . .
Command: /stats - View your own statistics.
Command: /stats <playername> - View the statistics of another player.
Command: /resetstats all <playername> - to reset the statistics of the player
Permissions:
Code (Text):
playerstats.stats (for viewing your own stats ) ..
playerstats.stats.others (for viewing other players' stats).
playerstats.admin ( to use admin commands )
Code (Text):
# || ----------------------------------------------------------------- ||
# || Player Stats Plugin ||
# || Please leave a positive rating if you like this plugin .. so I can update it
# || ----------------------------------------------------------------- ||
# Database configuration
# table name is : player_stats (auto-created)
Using-MYSQL: false # If false, all data will be stored in the data folder using the player's UUID.
MySQL: # example: 'jdbc:mysql://{host}:{port}/{database_name}?useSSL=false&autoReconnect=true'
url: "jdbc:mysql://localhost:3306/your_database"
user: "your_user"
password: "your_password"