Skip to content

How to install

nixie123 edited this page Dec 27, 2024 · 8 revisions
  1. First you have to download from the spigot page and put the .jar file in the plugins/ folder. How simple! 캡처

  2. Second, start your server and the config files will be generated automatically. 캡처

  3. You should merge the build folder to your resource pack. If you have ItemsAdder installed, you can simply merge it by writing this in ItemsAdder's config.

# ItemsAdder config.yml
merge_other_plugins_resourcepacks_folders:
  - "BetterHud/build"

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

custom-font:
  enabled: false


pre_1_21_2_shaders_fix:
  enabled: false

Else if you have Nexo installed, you can simply merge it by changing these settings in BetterHud's config.

# BetterHud config.yml
pack-type: none
  1. You should already have the plugin ready to work properly.
Clone this wiki locally