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

@@ -25,6 +25,10 @@ import java.util.List;
*/
public interface FPlayer extends EconomyParticipator {
public void login();
public void logout();
public Faction getFaction();
public String getFactionId();
@@ -133,6 +137,11 @@ public interface FPlayer extends EconomyParticipator {
public String getChatTag(FPlayer fplayer);
public int getKills();
public int getDeaths();
// -------------------------------
// Relation and relation colors
// -------------------------------