Skip to content

Instantly share code, notes, and snippets.

View AllexNogue's full-sized avatar
🌍
a

Allex Nogue AllexNogue

🌍
a
View GitHub Profile
@AllexNogue
AllexNogue / DropOnDeath.md
Last active January 14, 2026 13:36
Disabling Keep Inventory on a Hytale Server - DropOnDeath

Disabling Keep Inventory on a Hytale Server

This document explains why disabling keep inventory in Hytale is not exposed as a simple configuration option, why standard plugin events are insufficient, and how the server’s death handling architecture affects inventory behavior.

The goal here is to clarify the limitations of the current server API — not to provide a copy-paste solution.

Why this isn’t a config option