All versions
1.0.0
Release
Return by Death 1.0.0last month 11
Compatibility
Minecraft: Java Edition
26.1.2
Platform
Fabric
Supported environments
Singleplayer only
Required content
Changes
Return by Death 1.0.0
Initial public release.
Features
- Singleplayer rollback when death would happen
- Automatic checkpoints enabled by default
- Safe checkpoint gate to avoid saving dangerous moments
- Manual checkpoint commands
- Player inventory, health, hunger, XP, effects, abilities, and progression rollback
- Block and block entity rollback
- Item and entity rollback
- Mount, passenger, leash, owner, and projectile relation restore
- Weather, time, world border, and scheduled tick restore
- Sleep and advancement checkpoint support
- Configurable interval, notifications, chance, randomness, and safety behavior
Commands
/rbd status/rbd enable/rbd disable/rbd checkpoint/rbd checkpoint force/rbd config interval <30..120>/rbd config notify <true|false>/rbd config safe <true|false>/rbd config sleep <true|false>/rbd config advancement <true|false>/rbd config chance <0..100>/rbd config randomness <0..120>
Notes
- This release is intended for singleplayer worlds.
- Dedicated multiplayer servers are not supported yet.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ES2jKfkI:w2s0iz0f"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ES2jKfkI:w2s0iz0f"
}

