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.1.0.jar

  • R
  • Feb 27, 2026
  • 101.44 KB
  • 42
  • Early Access

File Name

HyperProtect-Mixin-1.1.0.jar

Supported Versions

  • Early Access

🛡️ HyperProtect-Mixin v1.1.0

New interceptors for entity capture and NPC interactions, plus improved error diagnostics and dynamic version detection.

🛰️ Server Version: 2026.02.19-1a311a592

 

New Interceptors

  • 🐾 CaptureCrateGate — intercepts entity capture via UseCaptureCrateInteraction, protecting animals from unauthorized pickup in claimed territory
  • 🧑‍🤝‍🧑 NPC tame/use interception — added UseNPCInteraction and ContextualUseNPCInteraction to prevent outsiders from taming or interacting with NPCs (F-key, shop, quest, dialogue)
  • 🔒 OrbisGuard compatibility — updated to 6 unique mixins in compatible mode (was 5), including CaptureCrateGate
  • 📡 System properties — new per-interceptor detection: capture_crate_entity, npc_use, npc_contextual_use

 

🔄 Changes

  • ⚙️ Dynamic bridge versionhyperprotect.bridge.version now read from JAR manifest Implementation-Version instead of a hardcoded string

 

🐛 Bug Fixes

  • 🔧 All 22 interceptors now log full stack traces on error (previously only printed exception class and message), making it possible to identify the exact line causing faults

 

📖 Full Changelog: GitHub