Cleanup
This commit is contained in:
parent
141bf2f6fc
commit
735d875aa6
@ -41,26 +41,6 @@ public enum Rel implements Colorized, Named, MPerm.MPermable
|
|||||||
"Faction"
|
"Faction"
|
||||||
) { @Override public ChatColor getColor() { return MConf.get().colorMember; } },
|
) { @Override public ChatColor getColor() { return MConf.get().colorMember; } },
|
||||||
|
|
||||||
/*RECRUIT(
|
|
||||||
"a recruit in your faction", "recruits in your faction", "", "",
|
|
||||||
"Recruit"
|
|
||||||
) { @Override public String getPrefix() { return MConf.get().prefixRecruit; } },
|
|
||||||
|
|
||||||
MEMBER(
|
|
||||||
"a member in your faction", "members in your faction", "your faction", "your factions",
|
|
||||||
"Member"
|
|
||||||
) { @Override public String getPrefix() { return MConf.get().prefixMember; } },
|
|
||||||
|
|
||||||
OFFICER(
|
|
||||||
"an officer in your faction", "officers in your faction", "", "",
|
|
||||||
"Officer", "Moderator"
|
|
||||||
) { @Override public String getPrefix() { return MConf.get().prefixOfficer; } },
|
|
||||||
|
|
||||||
LEADER(
|
|
||||||
"your faction leader", "your faction leader", "", "",
|
|
||||||
"Leader", "Admin", "Owner"
|
|
||||||
) { @Override public String getPrefix() { return MConf.get().prefixLeader; } },*/
|
|
||||||
|
|
||||||
// END OF LIST
|
// END OF LIST
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user