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

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

Last updated