File Details
hcplugin-3.1-SNAPSHOT.jar
- R
- Sep 7, 2025
- 16.10 KB
- 7
- 1.21.8
File Name
hcplugin-3.1-SNAPSHOT.jar
Supported Versions
- 1.21.8
Changelog
Added
- Container interaction tracking
- Introduced a new
container_interactionstable in the database. - First time a player interacts with a container (chest, barrel, furnace, etc.), the plugin records that player ↔ container relationship.
- On player death, the plugin force-loads all chunks containing containers the player has interacted with, ensuring their items are properly purged even if the chunk wasn’t loaded at the time.
- This fixes the long-standing issue where items persisted in unloaded chunks.
- Introduced a new
Fixed
- Stonecutter shift-click ownership
- Fixed a bug where shift-clicking recipes in the stonecutter produced one stack with the correct owner tag and a second stack without ownership.
- Now, all crafted items are consistently tagged with the player’s ownership metadata.

