# Hearts

{% code title="config.yml" %}

```yaml
hearts:
  max: 20
  effect: true
  format: " &ax%number%"
  remove-background: "\uF815\uF815\uF805%health%\uF80E"
  negative_spaces: "\uF801"
  
```

{% endcode %}

* <mark style="color:blue;">**max**</mark> Set the max length for the hearts, if an entity's HP value exceed the one set in max the hearts will be automagically suffixed with a number indicating the hearts left.
* <mark style="color:blue;">**format**</mark> That's the number indicating the hearts remaining.
* <mark style="color:blue;">**remove background**</mark> Allows you to put a unicode that will remove the black overlay you see see behind every hologram!
* <mark style="color:blue;">**negative spaces**</mark> Allows you to put a unicode that will be prefixed before every single character to let you properly link the textures together without gaps between them!

## Frozen Hearts

{% code title="config.yml" %}

```yaml
  frozen:
    enable: true
    other_versions:
      enable: false
      time_start: 7
      time_end: 1
      
```

{% endcode %}
