SafeZoneSleepers
Prevent players inside safe zones from being automatically killed when they become sleepers.
# SafeZoneSleepers
Prevent players inside safe zones from being automatically killed when they become sleepers.
Features
* Safe Zone Sleepers — Players can remain sleeping inside safe zones without the server automatically killing them.
* Harmony Patch — Uses Harmony to patch BasePlayer.ScheduledDeath.
* Lightweight — No configuration, commands, permissions, or data files required.
* Automatic — Works immediately after the plugin is loaded.
How It Works
The plugin intercepts Rust's BasePlayer.ScheduledDeath method and prevents the scheduled death from executing.
This allows players who disconnect or become sleepers inside safe zones to remain alive rather than being automatically removed by the game's scheduled-death system.
