HyBindItem

Adds item binding by player UUID to your Hytale server. Once an item is bound, only the owner can use it.

File Details

HyBindItem-0.0.4.jar

  • R
  • Feb 13, 2026
  • 73.14 KB
  • 8
  • Early Access

File Name

HyBindItem-0.0.4.jar

Supported Versions

  • Early Access

Changelog

v0.0.4

  • Created HyBindItem: bind items to a player UUID
  • Added /binditem, /bindinfo, /unbinditem
  • Implemented inventory/container enforcement so bound items can’t be kept by non-owners
  • Non-owner handling: automatically removes the bound item and drops it near the player
  • Added anti-rebind protection (already bound items cannot be rebound by other players)
  • Added permission nodes for all commands + optional admin override for unbind
  • Added JSON5 storage for binds: mods/HyBindItem/bound_items.json5
  • Added pickup delay on dropped items to prevent instant re-pickup loops