All versions
1.0.1
Release
Immortality+ V1.0.1last month 1,734
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Unavailable version
Changes
Security
- /immortal and /immortallist now require OP level 2 (GAMEMASTERS_CHECK) — previously ungated, any player could toggle immortality on anyone Fixes
- Death cancel no longer re-kills the next tick: handler now unconditionally sets health to 1.0 (was Math.max(1.0f, getHealth()), which left lethal-damage victims at ≤0 HP for vanilla's isDead check)
- /immortal <player> failures now surface the real CommandSyntaxException message instead of the generic "execute as player" fallback that fired even when the sender was a player
- /immortal <player> success no longer broadcasts to all ops (feedback set to false)
Metadata
- fabric.mod.json environment: * → server (this is a server-side-only mod)
- fabricloader depends: >=0.18.4 → >=0.19.3 (matches actual loader)
- fabric-api depends: * → >=0.141.4+1.21.11 (was unbounded)
Cleanup
- Removed per-death INFO log spam, duplicate set-logging in toggleImmortal
- Dropped misleading "try to get name from user cache" comment in /immortallist (UserCache has no public getter in 1.21.11; offline entries honestly show truncated UUID) Known minor issues deferred from this release: save file lacks trailing newline/fsync; loadImmortalPlayers runs on SERVER_STARTING with a clear() (theoretical risk on integrated-server world switch). Both low priority.
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:sGfvbKCj:3VgzV5nl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGfvbKCj:3VgzV5nl"
}

