Troubleshooting

Common Issues

Crafting Recipes Not Appearing

Symptoms:

  • Mithril/Glider recipes not showing at bench

Solutions:

1

Enable in config

Check configuration:

  • EnableMithrilCrafting: true

  • EnableGliderCrafting: true

2

Relog

Relog after changing settings.

3

Bench tier

Use correct crafting bench tier.

4

Conflict

Verify that there is not a mod who modify the same items as the mod.


CustomUI Crash / Element Not Found

Symptoms:

  • Server crash or error with message like:

    Selected element in CustomUI command was not found. Selector: #MultipleHUD #HYUIHUD1769942606762
  • UI elements not rendering correctly

  • Conflicts with EyeSpy or other HUD mods

Cause: Multiple mods trying to modify the same HUD elements can cause selector conflicts.

Solution: Install MultipleHUD mod to properly manage multiple HUD modifications:

1

Download

Download from: https://www.curseforge.com/hytale/mods/multiplehud

2

Install

Place in your mods/ folder.

3

Restart

Restart server.

Why this helps:

  • MultipleHUD provides a compatibility layer for HUD modifications

  • Prevents selector conflicts between mods like EndgameQoL and EyeSpy

  • Required when using multiple mods that add custom UI elements


Debug Mode

Enable detailed logging for troubleshooting:

This will output:

  • Entity spawn detection

  • Health modifications

  • Component tracking

  • System tick information


Getting Help

Before Asking for Help

  1. Check this troubleshooting guide

  2. Review server console logs

  3. Try restarting the server

  4. Check all your mods for mod conflict

Information to Provide

When reporting issues, include:

  • Server version

  • Plugin version

  • Full error message/stack trace

  • Steps to reproduce

  • Configuration settings

Support Channels


FAQ

chevron-rightCan I use this with other plugins?hashtag

Generally yes, but test for conflicts with other NPC/combat plugins.

chevron-rightWhy is Mithril crafting disabled by default?hashtag

To maintain game balance. Enable it in config if desired.

chevron-rightDo difficulty changes affect existing bosses?hashtag

Changes apply to newly spawned bosses only.

chevron-rightCan I create custom boss configurations?hashtag

Use the health override settings for specific values.

Last updated