Leaderboards
Desctiption
This is a simple yet very expandable plugin that keeps track of player's kills, deaths, and their kill/death ratio. It uses MySQL database for storage which allows it to be hooked into your server's website to provide user stats online.
Currently there are no features to prevent players killing each other and boosting up their scores but I am considering adding this in the future along with bounties on the top 10 players.
Thanks to PatPeter for the SQLibrary.
Installation
- Put the .jar into your severs plugin's folder.
- Open the jar with winrar or similar tool.
- Edit the Config.yml file putting in your server database properties.
- Enjoy!
Usage
Commands
Command | Required Parameters | Optional Parameters | Description | example | |
---|---|---|---|---|---|
/kd | target player | none | returns specified user's k/d | /kd beatcomet | |
/kd | none | none | returns sender's k/d | /kd | |
/topkills | number | none | returns top # of players by k/d | /topkills 5 | |
/topkills | none | none | returns top 10 players by k/d | /topkills | |
/rankkills | none | none | returns sender's ranking by k/d | /rankkills |
Permissions
Permission node | Description | |
---|---|---|
lb.rank | Grants access to the /rankkills command | |
lb.kd | Grants access to the /kd commnd | |
lb.top | Grants access to the /topkills command |
Todo
- Do more with the plugin
- Prevent boosting
- Possibly do bounties
Current version
Version 1.1 - [Download]
@feildmaster
Derp, I copied this over from my WIP thread and I didn't realize I messed it up. It's actually /kd
My apologies, should be all fixed now.
I'd like to ask one thing... why kb?