> For the complete documentation index, see [llms.txt](https://docs.mongenscave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mongenscave.com/free-products/treasure/supported-plugins/hologram-plugins/fancyholograms.md).

# FancyHolograms

### How to enable FancyHolograms

Change the `hook.hologram-type` to FancyHolograms in the config.yml and see the options below!

### Default Config with FancyHolograms

```yaml
hook:
  hologram-type: "FancyHolograms" # DecentHolograms OR FancyHolograms
  fancy-holograms:
    billboard: "FIXED"
    background: "100;255;79" # R;G;B to use transparent type -> "TRANSPARENT"
    shadow: true
```
