Add faction and player kills / deaths stats.
This commit is contained in:
@@ -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
|
||||
// -------------------------------
|
||||
|
||||
Reference in New Issue
Block a user