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

  • R
  • Mar 29, 2026
  • 130.15 KB
  • 15
  • Early Access

File Name

HyperProtect-Mixin-1.2.3.jar

Supported Versions

  • Early Access

🔒 HyperProtect-Mixin v1.2.3

Server API 2026.03.26 compatibility update — all interceptors updated for breaking API changes.

🛰 Server Version: 2026.03.26-89796e57b

 

🐛 Bug Fixes

  • 🔧 WearInterceptor rewrittenPlayer.canDecreaseItemStackDurability() was removed; rewrote from @Overwrite to @Redirect on LivingEntity.updateItemStackDurability()
  • 🔧 BlockPlaceInterceptor updatedBlockPlaceUtils.placeBlock() gained a quickReplace boolean parameter; updated redirect target and pass-through
  • 🔧 StateData.getId() removed — replaced with getStateForBlock(blockType.getId()) in SimpleBlockInteractionGate
  • 🔧 Item package paths movedItemStack, ItemContainer, ItemStackSlotTransaction moved to inventory subpackages; updated all imports

 

⚙️ Changes

  • 🔒 Server version pinning — manifest ServerVersion changed from wildcard * to build-time server version, preventing loading on incompatible builds
  • 📦 Build configurationprocessResources now expands serverVersion into manifest.json

 

📖 Full Changelog: GitHub