Merge with external resource - toxicity188/BetterHud GitHub Wiki

Since there's some frequently asked question about merging, I want to notice about how to merge with external resource.

Fabric

pack-type: none #config/betterhud/config.yml

Just set pack-type to none in your config.

Bukkit

Note that since there's premium plugin with no source code, i can't provide detailed help about these resources.

ItemsAdder

Note that you need ItemsAdder at least equals or more than version 4.0.4.

build-folder-location: ItemsAdder/contents/BetterHud/resourcepack
pack-type: folder #BetterHud/config.yml

You can merge it by using BetterHud's config.

effects:
  hide-scoreboard-numbers: false
  hide-scoreboard-numbers-old-clients: false
  text-effects:
    enabled: false

And you should set effects.text-effects.enabled to false in ItemsAdder's config.

Nexo

build-folder-location: Nexo/pack/external_packs/BetterHud
pack-type: zip #BetterHud/config.yml

You can set BetterHud's destination directory to Nexo/pack/external_packs/BetterHud.
Also the pack type 'zip' is more faster than folder.

Glyphs:
  emoji_list_permission_only: true
  unicode_completions: true
  default_permission: nexo.glyphs.<glyphid>
  default_font: nexo:default
  default_shadow_color: '#00000000'
  hover_text: ''
  shift_font: nexo:shift
  generate_gif_shaders: false #Nexo/settings.yml

You need to set Glyphs.generate_gif_shaders to false in Nexo's config.

⚠️ **GitHub.com Fallback** ⚠️