# Filter-Format

The `PlayerUI.Filter-Format` option allows users to configure the display format for heads in the Player UI based on different filters.

#### Usage

You can customize the `PlayerUI.Filter-Format` by editing `prompt-config.yml`

```yaml
PlayerUI:
  Filter-Format:
    World: '&6𑁍 %s'
    Radial: '&cᯤ %s'
```

In this example, we set the format for both `World` and `Radial`. Not all filters will be configured to have a format by default. However, if there are no format defined, it will use the [Skull-Name-Format](https://cyr1en.gitbook.io/commandprompter/configuration/prompts-configuration/player-ui/skull-name-format) config.

{% hint style="info" %}
Filters are implemented in code and you can't just add filter format on this configuration. To see the list of available filters please refer to [this page.](https://cyr1en.gitbook.io/commandprompter/prompts/player-ui-prompt#filters)
{% endhint %}

#### Explanation

The `PlayerUI.Filter-Format` option enables users to tailor the display format of heads in the Player UI based on different filters.

#### Example

To modify the display format for a particular filter, adjust the configuration as needed:

```yaml
PlayerUI:
  Filter-Format:
    World: '&6(w) %s'
    Radial: '&c(r) %s'
```

#### Important Notes

* The `%s` placeholder represents the player's name and will be replaced dynamically in the display format.
* Customize the display formats according to your preferences to enhance the visual representation of heads in the Player UI.
