1.0.3
Compatibility
Changes
PlayerRevive Compat 1.0.3
Added
- Support for Superb Warfare 0.8.9.
- Automatic mixin selection for SBW 0.8.8 and 0.8.9+.
- Periodic PlayerRevive state synchronization.
- Configurable synchronization interval via stateSyncIntervalTicks.
- Vanilla /team integration: a downed player dies immediately if no other team members are online.
- killDownedPlayerWithoutOnlineTeammates configuration option.
Fixed
- Reviving overlay getting stuck on screen.
- Players being unable to shoot after being revived.
- TaCZ and SBW client handlers now correctly respect canShootWhenDowned.
- Mixin loading errors caused by SBW 0.8.9 changing static handlers to instance methods.
- Removed SBW 0.8.9 ClickHandler no longer causes loading issues.
Configuration
File: config/playerrevive_compat-common.toml
[general] canShootWhenDowned = false killDownedPlayerWithoutOnlineTeammates = true stateSyncIntervalTicks = 100
Screen flickering while downed is not addressed by this release because it originates in the parent SBW mod.
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:2ehC7vF4:EDMqRnfK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2ehC7vF4:EDMqRnfK"
}![[TaCZ/SBW] PlayerRevive gun mod compitability](https://cdn.modrinth.com/data/2ehC7vF4/238d5aa03de5b1366e219573aaad568a18fd5b66_96.webp)

