Execute custom commands automatically when players respawn!
OnPlayerDeath is a simple server-side mod that allows you to automatically execute commands when players respawn after death.
Commands
/deathgroup create <group> - Create a new death group./deathgroup delete <group> - Delete an existing group./deathgroup list - List all created groups./deathgroup info <group> - View detailed information about a group./deathgroup add <group> <player> - Add a player to a group./deathgroup remove <group> <player> - Remove a player from a group./deathgroup addcmd <group> <command> - Add a command to execute on respawn./deathgroup removecmd <group> <index> - Remove a command by its number./deathgroup clearcmd <group> - Remove all commands from a group.Notes
@s in commands to target the respawning player.