Simple Entity Respawns
This mod enables the creation of respawnable entity groups based on tags. Simple Entity Respawns operates entirely on the server side!
Usage Guide
Start by creating a respawn group using the command /respawns create my_respawn_group 1 5. This command will create a group linked to the tag my_respawn_group with a respawn delay of 1 second and a radius of 5 blocks.
[!IMPORTANT] Create the respawn group before adding entities to it!
Available Commands
/respawns create <tag: string> <delay: float> <radius: float>
Creates a group assigned to a specific tag. The delay parameter sets the wait time before entities respawn in seconds. radius defines the radius in blocks — entities that move farther than this distance from where they received the tag will be teleported back.
/respawns remove <tag: string>
Removes the respawn group associated with the specified tag.
/respawns edit <tag: string> <delay: float> <radius: float>
Modifies the parameters of an existing respawn group. Arguments are the same as the create command.
/respawns list
Displays a list of tags for all active respawn groups.