Add faction and player kills / deaths stats.
This commit is contained in:
@@ -119,6 +119,10 @@ public interface Faction extends EconomyParticipator {
|
||||
|
||||
public void setLastDeath(long time);
|
||||
|
||||
public int getKills();
|
||||
|
||||
public int getDeaths();
|
||||
|
||||
// -------------------------------
|
||||
// Relation and relation colors
|
||||
// -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user