File Details
EufoniaSecurity-1.0.6.jar
- R
- Jan 20, 2026
- 139.28 KB
- 294
- Early Access
File Name
EufoniaSecurity-1.0.6.jar
Supported Versions
- Early Access
EufoniaSecurity 1.0.6
Bug Fixes
Fixed: Players Unable to Take Items from Locked Containers
Players with valid access (owners, authorized players, or those who entered the correct PIN) were unable to take items from locked containers. The container would open normally, but clicking on items to move them to inventory did nothing.
This has been fixed. Players can now take items from containers they have access to.
EufoniaSecurity 1.0.5
Bug Fixes
Fixed: Server Error When Taking Items from Locked Containers
Players attempting to take items from locked containers they don't have access to would cause a server error with a NullPointerException. This happened because the Hytale server's DelegateItemContainer has a bug where it passes null to sendUpdate() when a filter blocks item removal.
Now fixed: The plugin now uses our own delegate for item containers, which properly handles this edge case by:
- Detecting when item removal would be blocked before the null transaction occurs
- Returning a proper failed transaction instead of allowing the error
Players will still be unable to take items from locked containers (as intended), but the server will no longer throw that error when they attempt it.

