Add faction and player kills / deaths stats.

This commit is contained in:
drtshock
2015-08-06 16:53:00 -05:00
parent bf0382ca76
commit 3b8bc19460
7 changed files with 86 additions and 45 deletions

View File

@@ -119,6 +119,10 @@ public interface Faction extends EconomyParticipator {
public void setLastDeath(long time);
public int getKills();
public int getDeaths();
// -------------------------------
// Relation and relation colors
// -------------------------------