Rank color

This commit is contained in:
Chiss 2013-12-24 19:21:21 +11:00
parent d92515eef9
commit d25487d545
2 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@ public enum Rank
MODERATOR("Mod", ChatColor.GOLD),
HELPER("Helper", ChatColor.GREEN),
MAPDEV("Mapper", ChatColor.BLUE),
YOUTUBE("Legend", ChatColor.LIGHT_PURPLE),
HERO("Hero", ChatColor.DARK_PURPLE),
YOUTUBE("Legend", ChatColor.DARK_GREEN),
HERO("Hero", ChatColor.LIGHT_PURPLE),
ULTRA("Ultra", ChatColor.AQUA),
ALL("All", ChatColor.YELLOW);

View File

@ -64,7 +64,7 @@ public class BlazeHelmet extends ArmorGadget
player.eject();
UtilParticle.PlayParticle(ParticleType.FLAME, player.getLocation().add(0, 1, 0), 0.25f, 0.25f, 0.25f, 0f, 3);
UtilAction.velocity(player, 0.8, 0.2, 1, true);
UtilAction.velocity(player, 0.8, 0.1, 1, true);
}
}
}