TrackMe [v0.4] for Sponge 5, 6 - PvP stats - ranking

TrackMe

Description

A simple Sponge plugin which tracks pvp/pve kills and deaths.

Links

Github - Source Code
Download
Please leave star on Github if you like the project. Feel free to clone, fork or contribute to this repository.

Features

  • Lightweight
  • SQL storage
  • Shows top player kills
  • Command to view the current stats
  • Scoreboard display <3

Commands

  • /stats - Show your current stats
  • /stats [player] - Show the stats of another player who is online
  • /top - Shows players with the most kills for the first page
  • /top [page] Shows players with the most kills for the specified page

Permissions

  • trackme.command.stats - Ability to execute the stats command
  • trackme.command.top - Ability to execute the top command

Config

# Should the top and stats command be displayed on the scoreboard
scoreboardDisplay=true
# Database configuration
sqlConfiguration {
    # Database name
    database=trackme
    # Password in order to login
    password=""
    # Path where the database is located. This can be a file path (h2/SQLite) or an IP/Domain(MySQL)
    path=localhost
    # Port for example MySQL connections
    port=3306
    # SQL server type. You can choose between h2, SQLite and MySQL
    type=MYSQL
    # Username to login the database system
    username=localaccount
}

Screenshots

Screenshots

/trackme
user stats scoreboard

/top
top kills scoreboard

3 Likes

So simple so super useful!
Thanks :smiley:

Say if we don’t have a server that allows to kill of another player. Is it possible that you can add support in the config that we can disable a certain part of the scoreboard?

It would be awesome if you add even more scoreboard add ons such as How many times a player logged in and Current Exp Level!

Thanks!

Like PVE only statistics?

But you can already see the Exp levels above your itembar, don’t you?

If other players can check players exp levels

Been trying to get this to work, but the kill count doesn’t work. Any ideas?

Yeah, its a 5 year old plugin on an old Sponge API lmao
It wont work on anything current and I dont believe the dev is active anymore

well, im using it on this build for sponge.
everything else works besides the kill counter:

spongeforge-1.12.2-2838-7.3.0