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
/top