This commit is contained in:
Driftay
2019-06-30 23:22:28 -04:00
parent 6cfc36b50a
commit 3b523062e8
8 changed files with 90 additions and 4 deletions

View File

@@ -84,6 +84,10 @@ public interface Faction extends EconomyParticipator {
void ban(FPlayer target, FPlayer banner);
int getPoints();
void setPoints(int points);
int getStrikes();
void setStrikes(int strikes);