PlaceHolders and better configurability

This commit is contained in:
Driftay
2019-09-16 07:56:11 -04:00
parent 17378f7c3a
commit c0a9eeca87
6 changed files with 38 additions and 9 deletions

View File

@@ -23,6 +23,8 @@ import java.util.concurrent.ConcurrentHashMap;
public interface Faction extends EconomyParticipator {
void checkPerms();
double getReinforcedArmor();
void setReinforcedArmor(double percent);