Rank color
This commit is contained in:
parent
d92515eef9
commit
d25487d545
@ -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);
|
||||
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user