MobHunting

MobHunting

114k Downloads

Option to change the color of {bonuses} placeholder

Sikatsu opened this issue · 5 comments

commented

It shows pink by default, but it doesn't fit with my server colour scheme.

http://prntscr.com/nw7sbj

commented

I think you can change the color in the lang file

bonus.happyhour.name=Happy Hour

to

bonus.happyhour.name=§aHappy Hour

?

commented

I tried, but it seems hardcoded.

commented

You should be able to overrule this

return ChatColor.LIGHT_PURPLE + MobHunting.getInstance().getMessages().getString("bonus.happyhour.name");

commented

Well.. it didn't work when I tried, that's odd.

commented

bonus.happyhour.name=§bHappy Hour

worked fine on my test server

2019-07-06_20 05 51