https://github.com/outercloudstudio/simple-entity-respawns
A mod that adds respawning entities!
https://github.com/outercloudstudio/simple-entity-respawns
fabric minecraft
Last synced: about 1 month ago
JSON representation
A mod that adds respawning entities!
- Host: GitHub
- URL: https://github.com/outercloudstudio/simple-entity-respawns
- Owner: outercloudstudio
- License: cc0-1.0
- Created: 2023-10-18T02:47:44.000Z (over 2 years ago)
- Default Branch: 1.20.1
- Last Pushed: 2024-04-13T19:59:44.000Z (about 2 years ago)
- Last Synced: 2025-06-10T21:24:35.653Z (12 months ago)
- Topics: fabric, minecraft
- Language: Java
- Homepage: https://modrinth.com/mod/blue-cloud-simple-npcs
- Size: 666 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple Entity Respawns
The purpose of this mod is to be able to create respawnable groups of entities based on tags. Simple Entity Respawns is completely server sided!
## Tutorial
First create a respawn group by running the command `/respawns create my_respawn_group 1 5`. This command will create a respawn group linked to the tag `my_respawn_group` with a delay of `1` second and radius of `5`.
> [!IMPORTANT]
> Create the respawn group before adding entities to the group!
## Commands
### `/respawns create `
Creates a group assigned to a specific tag. `delay` is a float is seconds. Entities wait this amount of time before respawning. `radius` is a float in blocks. Entities that travel farther than this distance from when they were given the tag will be teleported back to their original spot.
### `/respawns remove `
Removes the respawn group assigned to the tag.
### `/respawns edit `
Modifies the attributes of the respawn group. Parameters are the same as `create`.
### `/respawns list`
Lists out the tags of the currently existing respawn groups.
# Download
Modrinth:
https://modrinth.com/mod/simple-entity-respawns
Curseforge:
https://legacy.curseforge.com/minecraft/mc-mods/simple-entity-respawns