Change default examine chat color to green
For better visibility
This commit is contained in:
@@ -451,7 +451,7 @@ public interface ChatColorConfig extends Config
|
||||
)
|
||||
default Color transparentExamineHighlight()
|
||||
{
|
||||
return Color.decode("#0000FF");
|
||||
return Color.GREEN;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
Reference in New Issue
Block a user