Option to change the color of {bonuses} placeholder
Sikatsu opened this issue · 5 comments
It shows pink by default, but it doesn't fit with my server colour scheme.
I think you can change the color in the lang file
bonus.happyhour.name=Happy Hour
to
bonus.happyhour.name=§aHappy Hour
?
You should be able to overrule this
return ChatColor.LIGHT_PURPLE + MobHunting.getInstance().getMessages().getString("bonus.happyhour.name");