Adds Faction founding date
..but does not implement it. Future commit will need to add this to /f show.
This commit is contained in:
@@ -83,6 +83,10 @@ public interface Faction extends EconomyParticipator {
|
||||
|
||||
public Location getHome();
|
||||
|
||||
public long getFoundedDate();
|
||||
|
||||
public void setFoundedDate(long newDate);
|
||||
|
||||
public void confirmValidHome();
|
||||
|
||||
public String getAccountId();
|
||||
|
||||
Reference in New Issue
Block a user