ข้ามไปยังเนื้อหาหลัก

🔋How to install MythicHUD

How to install MythicHUD on the Minecraft server

Support:

  1. Support for client versions 1.19.4 to 1.21.1.
  2. Support for server versions 1.19.4 to 1.21.1, except 1.20.5.
  3. No dependency on ProtocolLib, meaning support for newer Minecraft versions can be added much more rapidly.
  4. Significantly better performance due to fully asynchronous packet handling implementation.

Itemadder & MythicHUD Setup

  1. If you have an old 'MythicHUD' folder, please delete it and install the new one
  2. Disable ItemsAdder Text Effects.
  3. Disable ItemsAdder Hide Scoreboard Numbers.
  1. Restart server
  2. Configure file MythicHUD/config.yml
อันตราย

Change 'copy-resource-pack' to 'copy-pack' and modify it as shown below."

MythicHUD/config.yml
copy-pack:
enabled: true
path: ItemsAdder/contents/mythichud/resourcepack
  1. Run command /mythichud reload
  2. Run command /iazip

Nexo & MythicHUD Setup

  1. If you have an old 'MythicHUD' folder, please delete it and install the new one
  2. Set hide_scoreboard_numbers: false in your settings.yml file.
  3. Delete "Nexo/pack/shaders/core/rendertype_text.json" and "rendertype_text.vsh" if they exist.
  1. Restart server
  2. Configure file MythicHUD/config.yml
อันตราย

Change 'copy-resource-pack' to 'copy-pack' and modify it as shown below."

MythicHUD/config.yml
copy-pack:
enabled: true
path: Nexo/pack/external_packs/MythicHud.zip
  1. Run command /mythichud reload
  2. Run command /n reload all

Oraxen & MythicHUD Setup

  1. If you have an old 'MythicHUD' folder, please delete it and install the new one

  2. Set hide_scoreboard_numbers: false in your settings.yml file.

  3. Delete Oraxen/pack/shaders/core/rendertype_text.json and rendertype_text.vsh if they exist.

  4. Configure file MythicHUD/config.yml

    MythicHUD/config.yml
    copy-resource-pack:      
    enabled: true
    namespaces:
    minecraft: "Oraxen/pack/assets"
    mythichud: "Oraxen/pack/assets"
  5. Run command /mythichud reload

  6. Copy the files from 'MythicHUD/built-pack/mythichud-modern' and 'MythicHUD/built-pack/pack.mcmeta' to 'Oraxen/pack':

    ข้อควรระวัง

    Only usable oraxen-1.181.0 or above Client version 1.20.5+

    📁 plugins
    └── 📁 Oraxen
    └── 📁 pack
    ├── 📁 mythichud-modern
    ├── 📄 pack.mcmeta
    └── 📁 assets
    ├── 📁 minecraft
    └── 📁 mythichud
  7. Run command /o reload all

Defualt Resoure Pack & MythicHUD Setup

  1. If you have an old 'MythicHUD' folder, please delete it and install the new one

  2. Configure file MythicHUD/config.yml

    MythicHUD/config.yml
    copy-resource-pack:
    enabled: false
  3. Run command /mythichud reload

  4. Copy the files from MythicHUD/built-pack and paste them into the resource pack folder.

    📁 Resource Pack
    ├── 📁 mythichud-modern
    ├── 📄 pack.mcmeta
    └── 📁 assets
    ├── 📁 minecraft
    └── 📁 mythichud
  5. Put the resoure pack to Minecraft or Reload the Minecraft resoure pack

Frequently encountered problems