Added alot

This commit is contained in:
Driftay
2019-05-14 22:07:59 -04:00
parent a25ba5e71c
commit 26a9e4eba8
12 changed files with 735 additions and 474 deletions

View File

@@ -73,6 +73,10 @@ public interface Faction extends EconomyParticipator {
void ban(FPlayer target, FPlayer banner);
int getStrikes();
void setStrikes(int strikes);
void unban(FPlayer player);
boolean isBanned(FPlayer player);