
"Format": {
"Chat": "[{Time}]{Title} {Username}: {Message}",
"Console": "{Title} {Username}: {Message}"
Is there a way to adjust the time format? It's a bit too specific for a time stamp.

Edit 556 line in plugin from:
["Time"] = DateTime.Now.TimeOfDay.ToString(), ["Time"] = DateTime.Now.ToShortTimeString(),Now format time should be [00:00].