BattleTracker (Abandoned)
![]()
PvP Death messages
Customizable death messages for PvP deaths. 
Allows use of Herochat channels for messages.
Records
Records stats for PvP and PvE kills
Stats include, wins,losses,ties, streak, maxstreak, ranking, maxranking
Examples:
- /pvp
- /pvp top [x] : show the top x highest rated players
- /pvp vs [x records] : shows the last x records vs another player
- /pvp vs [x records]: shows the records between player1 and player2

Leaderboard Signs
You can make leaderboard signs for PvP, PvE, or any other plugin that uses BattleTracker as a backend (like BattleArena). These signs will update every minute.
To make them, you make a sign where the first line is [ database name ] where database name is PvP,PvE, or if you have BattleArena, any of the databases from the configs, like Arena, Spleef.
The second line is what type of data will be shown. Examples: Rating, Wins,Kills,Losses,Deaths, Streak,MaxStreak,KDRatio,WLRatio,MaxRating
[PvP] Rating
Once that is done, the sign is complete and it will automatically convert signs above or below it into Top Signs, (though it won't convert signs that start with the character '[').
Picture: 
Video Tutorial
Personal Stats
Clicking on a leaderboard sign will show you your personal stats. A big thanks to MCForger for the code to do this.
Developers
Has an api for storing your own stats. Allows you to make top lists, give elo to different events, etc.
Information Collection
To see what statistics this plugin may collect and send out from your server. See Information Collection. This can be disabled in BattlePluginsAPI/config.yml
Updating
This plugin checks for new bukkit release versions which can be disabled in the BattleTracker/config.yml
Help
You can ask me questions in real time on irc when I'm on. You can usually find me in the room battleplugins in irc.esper.net. IRC through a browser
-
View User Profile
-
Send Message
Posted Jan 25, 2013Hi. I excited to set this up but I’m having an issue with the /pvp command.
It seems the command is the same as another plugin used to toggle pvp protection.
Is there some trickery around this? I failed at attempts to create an alias like /pvpstats.
Suggestions would be appreciated. Thanks
-
View User Profile
-
Send Message
Posted Jan 25, 2013"&6%k&f showed &6%k&f that fists weapons are too"7 (in the messages.yml file) does not seems right, (EXEMPLE: Noob showed Noob that fists weapons too) please fix it
-
View User Profile
-
Send Message
Posted Jan 23, 2013Thank you, it works now!
-
View User Profile
-
Send Message
Posted Jan 22, 2013@rickoman
Well first thanks for using BattleTracker for so long!
A couple of months ago I had to make a complete change of the messages and config.yml. I try to never have to do this but in this case things changed very drastically. So best would be delete your config.yml and messages.yml and start over, I bet it will work after that.
Or you could copy the new config and messages
https://github.com/alkarinv/BattleTracker/blob/master/default_files/messages.yml
https://github.com/alkarinv/BattleTracker/blob/master/default_files/config.yml
-
View User Profile
-
Send Message
Posted Jan 22, 2013@alkarinv
/pvp works fine. the console shows this, for example:
2013-01-22 16:33:10 [SEVERE] [Tracker] getPvPMessage, message node=pvp.meleeDeaths args=grantsmith234:johnny72635:ItemStack{DIAMOND_SWORD x 1}
pastebin of messages.yml: http://pastebin.com/54ySC5n3
-
View User Profile
-
Send Message
Posted Jan 22, 2013@tarahere81
no... but there soon will be, that sounds annoying.
-
View User Profile
-
Send Message
Posted Jan 22, 2013Is there a way to removed banned players from the /pvp top list? like /pvp remove player
-
View User Profile
-
Send Message
Posted Jan 22, 2013@rickoman
Pastebin me your messages.yml, maybe that got messed up. Otherwise maybe battletracker isnt loading correctly? can you do /pvp? Any errors in console?
-
View User Profile
-
Send Message
Posted Jan 21, 2013I am also getting no death messages. I have tried turning on and off both bukkit and pvp messages in the config file (tried all combinations), but nothing works. If I remove Battle Tracker, the normal messages reappear.
-
View User Profile
-
Send Message
Posted Jan 20, 2013@pinguisl
Nothing from that log mentions BattleTracker, a lot of mysql stuff by mcmmo, some other things going on.... In fact that looks like the lag came from someone called minisea doing lots of edits/undo using WorldEdit, ( large ones can cause lots of issues).
But I'm going to give you my skype info and other things so that hopefully I can see a couple of other logs, b/c this one points to other plugins.
-
View User Profile
-
Send Message
Posted Jan 20, 2013@alkarinv
Here is the Log, Sorry for the wait http://pastebin.com/KvLpQr7f
-
View User Profile
-
Send Message
Posted Jan 15, 2013@pinguisl
I'm not asking for you to debug. But inside of the server.log there should be clues as to what is happening. If you don't know how to search through that.. put it up somewhere where I can download it, and tell me when approximately the crash happened.
-
View User Profile
-
Send Message
Posted Jan 15, 2013@alkarinv
I don`t know how to debug the plugin but I know that is that plugin because when I remove it, the server doesn't crash.
-
View User Profile
-
Send Message
Posted Jan 15, 2013@pinguisl
Hey pinguisl, would be nice if you gave me a crash log or a stack trace with the error or something I can go off of! :)
I need some clues, it might not even be battletracker, but can't tell without more info.
-
View User Profile
-
Send Message
Posted Jan 15, 2013I get Server Crash when someone died on PVP. Thanks for the attention :D
-
View User Profile
-
Send Message
Posted Jan 15, 2013@tazrof
Ok, I'll make a work around. Hopefully not too hard and I can have it up tonight/tomorrow.
-
View User Profile
-
Send Message
Posted Jan 15, 2013@alkarinv
Yes, but as I said it's only for quit and login messages. In the config option , you can only choose :
There is really no link lol.
-
View User Profile
-
Send Message
Posted Jan 14, 2013@tazrof
That is strange. Does PlayerStatus have any config option that disabled bukkit messages? If it does turn that off, if it doesn't let me know and I'll find a workaround.
-
View User Profile
-
Send Message
Posted Jan 13, 2013Doesn't work with the plugin PlayerStatus :/
That's strange because one display login and quit messages and the other display death messages , so there is not link at all. Also there is no error in the console.
Anyway to go through this? Because I love both :)
-
View User Profile
-
Send Message
Posted Jan 12, 2013@Luzitano
Unfortunately there is almost no way it's this plugin as I don't handle damage events at all. I only deal with death events, and even then I don't modify anything, I just change or cancel the message that goes along with it.
What you are describing is another plugin that deals with Damage. But hopefully that can narrow it down for you, not many plugins do that.