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.
pack-type: none #config/betterhud/config.ymlJust set pack-type to none in your config.
Note that since there's premium plugin with no source code, i can't provide detailed help about these resources.
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.ymlYou can merge it by using BetterHud's config.
effects:
hide-scoreboard-numbers: false
hide-scoreboard-numbers-old-clients: false
text-effects:
enabled: falseAnd you should set effects.text-effects.enabled to false in ItemsAdder's config.
build-folder-location: Nexo/pack/external_packs/BetterHud
pack-type: zip #BetterHud/config.ymlYou 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.ymlYou need to set Glyphs.generate_gif_shaders to false in Nexo's config.