Links
Tags
Creators
Details
1.9.4
Compatibility
Changes
- New “PvP Server Mode” This is the biggest addition. A new config section called pvpserver lets the server owner turn on a special mode that can turn off many features at once (especially useful for pure PvP servers):
Disable PvP in spawn Disable all damage in spawn Disable breaking/placing blocks in spawn Disable Infuse Disable Lifesteal (and its bans) Disable Combat Log Disable Grace period Disable RTP
You can control it with commands like: /protection config set pvpserver ... It also shows a summary of which features are currently disabled. 2. Big upgrade to /pupg (Player Upgrades) The Pupg system was heavily improved:
Boosts now have levels (you can choose how strong the upgrade is) Items are bound to the owner (so others can’t use your boosted gear) Boosts can be turned on/off Armor boost turns off when you get hit (you have to re-enable it with /pupg armor) Mainhand boost can also increase armor damage Armor boost now gives: Damage reduction Less durability loss
Clearer messages when boosts activate, deactivate, or get re-enabled
- Small improvements
Spawn Protection got a few extra options and messages (better control over what is blocked in spawn) Lifesteal and Infuse now properly respect the new PvP Server Mode (they show “disabled” messages when turned off) Config system was updated so the new PvP settings can be listed/set easily A few small internal cleanups and fixes
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:hrdPSCxi:AhECoMkN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hrdPSCxi:AhECoMkN"
}

