Add default highlight for Game Messages to fix Daily Task message colour
This commit is contained in:
@@ -190,7 +190,10 @@ public interface ChatColorConfig extends Config
|
|||||||
name = "Game message highlight",
|
name = "Game message highlight",
|
||||||
description = "Color of highlights in Game Messages"
|
description = "Color of highlights in Game Messages"
|
||||||
)
|
)
|
||||||
Color opaqueGameMessageHighlight();
|
default Color opaqueGameMessageHighlight()
|
||||||
|
{
|
||||||
|
return Color.decode("#EF1020");
|
||||||
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 49,
|
position = 49,
|
||||||
@@ -416,7 +419,10 @@ public interface ChatColorConfig extends Config
|
|||||||
name = "Game message highlight (transparent)",
|
name = "Game message highlight (transparent)",
|
||||||
description = "Color of highlights in Game Messages (transparent)"
|
description = "Color of highlights in Game Messages (transparent)"
|
||||||
)
|
)
|
||||||
Color transparentGameMessageHighlight();
|
default Color transparentGameMessageHighlight()
|
||||||
|
{
|
||||||
|
return Color.decode("#EF1020");
|
||||||
|
}
|
||||||
|
|
||||||
@ConfigItem(
|
@ConfigItem(
|
||||||
position = 79,
|
position = 79,
|
||||||
|
|||||||
Reference in New Issue
Block a user