# Options

## Format

### DateTime Pattern

All date-time data are parsed using this pattern. Wanna US style? Change it here.

{% hint style="danger" %}
This pattern is used across all plugins powered by TheCore.
{% endhint %}

```yaml
Options:
  Format:
    Pattern:
      DateTime: "dd.MM.yyyy HH:mm"
```

## Visual

Section represents components displayed at chat, boss bars and titles.

### Detailed Logging

Important messages are sent to console log

```yaml
Options:
  Visual:
    DetailedLogging:
      Active: true
```
