Creating a new hud

Create new hud by adding new section to the section "huds" inside config.yml

configuration:
  hud-refresh:
    period: 1 #IN SECONDS
  
  huds:
    example-hud: #I've just added the section for the new hud

You can create unlimited number of huds, but only one hud can be active at one time

Last updated