promotional bannermobile promotional banner

GlymeraGuard

Place a cage, guard birds auto-spawn to patrol and defend your base. 4 bird types: Vulture, Hawk, Archaeopteryx, Pterodactyl. Birds attack hostile NPCs, ignore players. Per-player cage limits, persistent across restarts.

File Details

GlymeraGuard-7.0.0.jar

  • R
  • May 29, 2026
  • 28.48 KB
  • 115
  • 0.5

File Name

GlymeraGuard-7.0.0.jar

Supported Versions

  • 0.5

GlymeraGuard - Changelog

v7.0.0 (2026-05-29)

  • Fix: Eliminated the SEVERE Duplicate asset pack '...' error that appeared on every server boot after the first. The plugin generates its asset pack into mods/ and Hytale's auto-scan already loads it at startup; the plugin then re-registered the same pack via registerPack(), which the engine flagged as a duplicate. The plugin now registers the pack only if it is not already loaded (AssetModule.getAssetPack(name) == null), mirroring the engine's own check. No functional change — assets load exactly as before, just without the log error.
  • Fix: The generated pack manifest now declares "ServerVersion":"*" and is (re)written on every boot, clearing Hytale's "does not specify a target server version" warning (which Hytale states will become a hard error in a future version). Existing installs are upgraded automatically on the next start.