This commit is contained in:
Mini-Chiss 2015-05-11 21:28:25 -05:00
parent ed90e97c68
commit e0e79d79a5
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ import org.bukkit.entity.Player;
public enum Rank
{
OWNER("Owner", ChatColor.DARK_RED),
LT("LT", ChatColor.DARK_RED),
DEVELOPER("Dev", ChatColor.RED),
ADMIN("Admin", ChatColor.RED),
SNR_MODERATOR("Sr.Mod", ChatColor.GOLD),