Respawn in zone player died in (Rust)Solved

I don't know if it already exists but what I'm thinking is a plugin like rectZones but with more features like this "if you die inside this specific zone you will respawn inside this zone at a specific point" if it does exist please link me to it



Merged post

marked as Error because no f****** 1 wanna respond aND HELP
Lose the attitude
if no one responded it proberly because its not possible.
In response to tomhud ():
Lose the attitude
if no one responded it proberly because its not possible.
It is they have it on the  CombatTag servers it is just how do they do it
its proberly a private plugin

i guess i found the missing part i need event manager along with EMInterface.

event manger requiers Spawns Database to tell where the player will spawn if the player dies

Creating Spawnfiles

Spawnfiles are a necessary part of events. They determine where the player will respawn after death and at the beginning of a event. Here is a brief example on how to create a spawnfile

https://umod.org/plugins/event-manager#documentation 

https://umod.org/plugins/spawns-database#documentation

https://umod.org/plugins/spawns-database#documentation

i was unsure if Event Manager was necessary but nvm 

Locked automatically