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",
|
||||
description = "Color of highlights in Game Messages"
|
||||
)
|
||||
Color opaqueGameMessageHighlight();
|
||||
default Color opaqueGameMessageHighlight()
|
||||
{
|
||||
return Color.decode("#EF1020");
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
position = 49,
|
||||
@@ -416,7 +419,10 @@ public interface ChatColorConfig extends Config
|
||||
name = "Game message highlight (transparent)",
|
||||
description = "Color of highlights in Game Messages (transparent)"
|
||||
)
|
||||
Color transparentGameMessageHighlight();
|
||||
default Color transparentGameMessageHighlight()
|
||||
{
|
||||
return Color.decode("#EF1020");
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
position = 79,
|
||||
|
||||
Reference in New Issue
Block a user