All versions
1.2.0
Release
Return by Death 1.2.03 weeks ago 18
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Return by Death 1.2.0
Multiplayer timeline update.
Added
- Dedicated server and Open LAN support
/rbd give <player> <true|false>for granting or revoking Return by Death access- Per-player timeline checkpoints
/rbd status allfor admin overview- Improved colored
/rbd statusoutput
Improved
- Multiple players can now have Return by Death enabled at the same time
- Each enabled player owns their own checkpoint timeline
- When a player dies, the world returns to that player’s latest checkpoint
- Other online players are restored to where they were at that checkpoint
- Offline players with checkpoint snapshots are restored when they rejoin
- Timeline retention now uses a 15 checkpoint global limit and 4 owner checkpoints per player
- Status output now separates global world timeline data from each player’s owned checkpoints
Changed
/rbd enableand/rbd disableare self-only commands- Multiplayer admin commands require permission/operator access
- Singleplayer behavior remains default-enabled and does not require operator access
Notes
- Multiplayer support is designed for small groups.
- Rollback state is still global-world based, not per-player radius based.
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:FdyGiFQR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ES2jKfkI:FdyGiFQR"
}

