Change default examine chat color to green

For better visibility
This commit is contained in:
ltvill
2019-06-13 02:06:21 +02:00
committed by Lotto
parent 43c04992bc
commit a2b83e1c90
@@ -451,7 +451,7 @@ public interface ChatColorConfig extends Config
)
default Color transparentExamineHighlight()
{
return Color.decode("#0000FF");
return Color.GREEN;
}
@ConfigItem(