promotional bannermobile promotional banner

HyperProtect-Mixin

Server-level event interception via Hyxin mixins for Hytale. Provides a lock-free bridge API that any mod can use to intercept and control server actions — no compile-time dependency required.

File Details

HyperProtect-Mixin-1.2.4.jar

  • R
  • Apr 2, 2026
  • 130.23 KB
  • 37
  • Early Access

File Name

HyperProtect-Mixin-1.2.4.jar

Supported Versions

  • Early Access

🔒 HyperProtect-Mixin v1.2.4

Patch release fixing a StackOverflowError crash when wearing armor in protected zones.

🛰️ Server Version: 2026.03.26-89796e57b

 

🐛 Bug Fix

  • 🔧 StackOverflowError in WearInterceptor — the durability redirect's allow path called instance.updateItemStackDurability(), which dispatched via INVOKEVIRTUAL back to Player's override, re-triggering the redirect in an infinite loop. Fixed by inlining LivingEntity.updateItemStackDurability() directly (#3)

 

📖 Full Changelog: GitHub